Loading Tool

Explorer IconExplorer

Memory Pool

82,524 transactions
30.85 vMB
0.08436210 BTC
Random Selection Loading Transactions
Max Size: 189.39/200 MB

Candidate Block

Mining Attempt 36875d9f674fd689c403a3568ea73f416b2ab413768481e012546980289a5228
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e54e5a3b9f25fd251ec10abf5ef377384c6a16381b19b254d35ca549f16ef102
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.01518864 BTC
Feerates: 353.36 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (319,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,562 595,562 00000000000000000004b78dad407159b9b16e6f4270e22c9b8a18a9f958fe4f 2,886 1.00/1.00 vMB 23
595,561 595,561 00000000000000000000c941fecf7f17af7347ded2218485c8f1efb4d26c1961 2,429 1.00/1.00 vMB 29
595,560 595,560 00000000000000000006855ca5b33d774e287b2793a4c99ca33b51c6857ebe45 920 0.26/1.00 vMB 26
595,559 595,559 00000000000000000007016cd4c470a62e02be5c400a0d01a79e8635765c0430 2,403 0.73/1.00 vMB 22
595,558 595,558 00000000000000000011aa01dd618017867c408aba746dc9f3a977f2af4f14d3 3,122 1.00/1.00 vMB 12
595,557 595,557 000000000000000000068ce9b747346c56d3f9bb0acc19c966d48d3eb16d432a 1,866 1.00/1.00 vMB 23
595,556 595,556 000000000000000000154d7218c95693f7862e58971a0a858fe4bda24a913785 2,086 1.00/1.00 vMB 33
595,555 595,555 0000000000000000000a793eb7f7519434d91042992925ab0ecc98593fa9cce1 2,878 1.00/1.00 vMB 40
595,554 595,554 0000000000000000000ea7e1f59b2ca89c2a8bae077d8fd4713fbae691f4fc07 3,058 1.00/1.00 vMB 26
595,553 595,553 00000000000000000010018fdd3a4d232b1d45f012019a0479da327e934c0461 3,143 1.00/1.00 vMB 3
595,552 595,552 000000000000000000016997e353dc6cf566bfc93818bf01f132ce7d781d16ac 3,140 1.00/1.00 vMB 36
595,551 595,551 0000000000000000000d34f584dbdc5b3e55612c48f91367827de71e6ded1988 2,142 1.00/1.00 vMB 15
595,550 595,550 0000000000000000001537cc5e81b965cc08ad9122d156dba251c2940eba3ee4 3,119 1.00/1.00 vMB 48
595,549 595,549 000000000000000000129a8a358bd7a9da12836cb4c6fc690dbaec4f9d01c216 2,803 1.00/1.00 vMB 31
595,548 595,548 0000000000000000000f755f49a73f554799953c4f9b0dd613338cd1e4a728f2 2,301 0.75/1.00 vMB 19
595,547 595,547 0000000000000000000c75cdae11f27e9d316007961b8a0cbcd4c875a9e74f99 3,003 1.00/1.00 vMB 17
595,546 595,546 00000000000000000008e1c014f30323e8299f945e1deb8c3c8b6801cc929389 3,280 1.00/1.00 vMB 26
595,545 595,545 0000000000000000000b65b3f5b241a9a573aa3ef45c058c2e815c549433e486 3,054 1.00/1.00 vMB 20
595,544 595,544 000000000000000000100b43f15bcbadd4174b8220afc285cdc197ad9c896e1b 410 0.15/1.00 vMB 25
595,543 595,543 0000000000000000000e2f740936dc77154fee79f3833695fdcd92e24f69bd4e 2,020 0.62/1.00 vMB 21
595,542 595,542 00000000000000000017a2256a0abadd9eac21cf0a2e107c64f99ff8b1a45ce6 1,401 0.69/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.