Loading Tool

Explorer IconExplorer

Memory Pool

82,065 transactions
30.10 vMB
0.13261239 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt ef8e60630875a89159d6d8a1eab9b433225ffd352b331bd5199bd74cbe8fa7c8
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d8ff133c72f7e89599ae3e0a8f8ffaa37809e3b74b0ac13e510997bfb0811e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05508986 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (294,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,339 620,339 000000000000000000104dbc1d4e4bf29f2a1a04d9e5381b1cd2cede5cced321 1,864 1.00/1.00 vMB 7
620,338 620,338 0000000000000000000a48cb20fabf8d1c19f78b5e9d04785bcd9f2b8da28ee9 2,181 1.00/1.00 vMB 10
620,337 620,337 0000000000000000000bac719b2e6f9cd762e056ca0bd47ac7164e331c50eb4e 3,110 1.00/1.00 vMB 15
620,336 620,336 0000000000000000000da4d9b0345730577c3a7f0808ee8a5bcdca6c81907e07 2,528 1.00/1.00 vMB 32
620,335 620,335 000000000000000000118d4eaf9479cf83dfd1c42be324eaf5dacac12439e4c1 2,865 1.00/1.00 vMB 24
620,334 620,334 000000000000000000054159480bd21e62f586c681991e35523a9dcb706d9555 2,033 1.00/1.00 vMB 15
620,333 620,333 000000000000000000002c1a602d54c8b58419b912f691d63b1ed061cc9c7491 2,030 1.00/1.00 vMB 12
620,332 620,332 0000000000000000000a752d39c82d0a3c12ea3ec44c0f92a97120278de13e54 2,627 1.00/1.00 vMB 25
620,331 620,331 000000000000000000022a23671f7a3f21f181444faa3015bcab2cf4c5d9c977 2,593 1.00/1.00 vMB 17
620,330 620,330 00000000000000000004c8b6425103457a21b3b9d8bb3a52980508a8ec34c3fb 3,493 1.00/1.00 vMB 23
620,329 620,329 00000000000000000004b462d368ea1de6817cc4cf8a4b11a9cd18331a3ada92 1,658 1.00/1.00 vMB 18
620,328 620,328 00000000000000000010ffeeeba92c48885ac00d179ca3207e3f963e87171397 2,587 1.00/1.00 vMB 32
620,327 620,327 0000000000000000000ba1955eb1e02d3cddb590405b8208ffa669fdae598406 1,016 1.00/1.00 vMB 81
620,326 620,326 0000000000000000001187b11afdb494bea46f5758e3c91243720d705237f42b 2,976 1.00/1.00 vMB 18
620,325 620,325 0000000000000000000592f47d81ea753961026f25a23c668cbccbed7b1c712c 2,481 1.00/1.00 vMB 13
620,324 620,324 0000000000000000000419d5027c79cdb70957d45b680d990e1c8cf6bf7cbd91 2,695 1.00/1.00 vMB 14
620,323 620,323 0000000000000000000fba3b1dbae282ed865a1e63563fa0b491f1b71940dd39 2,755 1.00/1.00 vMB 26
620,322 620,322 00000000000000000007b6565ea96e3fc1d93c5bdf7e16ac21f94d670cf05bde 2,309 0.82/1.00 vMB 4
620,321 620,321 000000000000000000088af9c7b25cb3e21ae221958776383d7c3cd7b3202b41 2,250 1.00/1.00 vMB 14
620,320 620,320 00000000000000000008718cada9156e898d06772f62295add9e87d0dcffc828 2,661 1.00/1.00 vMB 4
620,319 620,319 000000000000000000062ff46a1639b0bd7a85df99e41b477a4f9b6e929b00ee 2,423 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.