Loading Tool

Explorer IconExplorer

Memory Pool

83,831 transactions
31.56 vMB
0.15247903 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt aba0112ecd785d96d3ead63a2c989c436512a9d24e4d21eb44b13cd8bf2494b7
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root bb9a6cf071b42cf21cf215a9864bd76e99b15ca92f3d2d5148975d69f494c538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.04784671 BTC
Feerates: 402.75 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (414,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,597 500,597 0000000000000000008d1d80475082d4b8c4cf2be6c29a5164ee984000542ecb 2,308 1.00/1.00 vMB 843
500,596 500,596 00000000000000000095709e6436548607faaa8cb16589a80a5d4b0492c03a7c 1,804 1.00/1.00 vMB 665
500,595 500,595 0000000000000000003fd81df8d3c54fbdcdcc7d0ad4f785c2ccf889f2e151cf 2,994 1.00/1.00 vMB 943
500,594 500,594 0000000000000000008a39aa8d086f580d763eb5bf1a23e3f5e5fa3468fc98ec 3,065 1.00/1.00 vMB 933
500,593 500,593 00000000000000000002784ca68b0876b1e5342cc2b923f69a26e46e52bb4853 2,418 1.00/1.00 vMB 702
500,592 500,592 00000000000000000039f1c6a65c58bff225c4875744a6ca2e0072781b67685e 2,853 1.00/1.00 vMB 958
500,591 500,591 00000000000000000011cf679184b06c349f25d236fd7c1c7a75dd4bb6f05574 2,603 1.00/1.00 vMB 1,084
500,590 500,590 00000000000000000076b1a911031043cfa4ad29a8db404b6e0143f676945f55 2,524 1.00/1.00 vMB 1,140
500,589 500,589 0000000000000000006652a6b0280338069a4741b45e733899f0a964a663dce9 2,700 1.00/1.00 vMB 1,004
500,588 500,588 00000000000000000087c46ef0b10022eb72721af23293e3c444ae9d25b056d2 2,509 1.00/1.00 vMB 1,036
500,587 500,587 00000000000000000066845d0de20a2f015753ae8065ba2a2d73dd7fd7769b7e 2,775 1.00/1.00 vMB 871
500,586 500,586 0000000000000000004f61fa9d4e52f22abfea433a118319b20ad03dee035077 2,127 1.00/1.00 vMB 1,199
500,585 500,585 00000000000000000029249dc30b9043dc2fced918bd8e7dcf3b8560d2fa55fa 982 1.00/1.00 vMB 538
500,584 500,584 000000000000000000820c268ade90b2db2abace3c3a60e181bcccb066ad073a 1,590 1.00/1.00 vMB 501
500,583 500,583 00000000000000000088560e73b92355047ba71216f7b7a23eb69190fa96ca27 2,423 1.00/1.00 vMB 957
500,582 500,582 00000000000000000066d8227fd66eeb807699d6b868a4cec247437c2d5c9d95 2,642 1.00/1.00 vMB 776
500,581 500,581 000000000000000000826c5f32edca4b208c5852b68bcac20e9acbbea6d102c3 2,708 1.00/1.00 vMB 1,065
500,580 500,580 00000000000000000034e75f5cfba77736d21fd5acbda059b28555e2f81aba1a 2,766 1.00/1.00 vMB 1,032
500,579 500,579 000000000000000000748b844d0f79af9fa3c4563c77467f8abdb4645e781153 2,496 1.00/1.00 vMB 634
500,578 500,578 0000000000000000001cfe50d91c20896ec526d21ff074d164a2588ea0188aca 1,836 1.00/1.00 vMB 915
500,577 500,577 0000000000000000003d099fe59659b3f30f0361d1366a3bfba3cabcd40321ab 2,976 1.00/1.00 vMB 1,055
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.66 GB
    • Received: 16.29 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.