Loading Tool

Explorer IconExplorer

Memory Pool

80,537 transactions
29.72 vMB
0.07112528 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 0e9f90abb02c1ea1a964a27184e20fbb88aba8f20d8d69c3c13440398ff22336
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 068dc65dcc5ccf9f17b40a0e6353329d983699aa41fdfa85b4b444e57511b971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 1.00 vMB
Total Fees: 0.01057540 BTC
Feerates: 502.67 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (69,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,567 845,567 0000000000000000000328c130a775c24a2e2a420e67393b5ca2a0def5bf8077 2,959 1.00/1.00 vMB 14
845,566 845,566 0000000000000000000149c9c8bba9d970084b02667b586c7fe26f9d74578e04 3,101 1.00/1.00 vMB 18
845,565 845,565 00000000000000000002fb8075d23c4b792ecf50af6da36e78fb2eb76bda2a6a 5,032 1.00/1.00 vMB 11
845,564 845,564 000000000000000000032ca2508292675eb1578261ede3e44530e28ff3fb2111 4,995 1.00/1.00 vMB 11
845,563 845,563 000000000000000000010d6801c33ae7244637d0b035981ea285174d3e80ead9 7,140 1.00/1.00 vMB 8
845,562 845,562 00000000000000000001fa0abbe9c5a58763b98619f15a2a0fa5b69797bb667b 6,603 1.00/1.00 vMB 9
845,561 845,561 000000000000000000008bac31bff807897bee7d9dabe02847eebe99126103aa 5,615 1.00/1.00 vMB 10
845,560 845,560 000000000000000000021b963fd777c453ba91b90f52af973813931d0229dd3d 4,694 1.00/1.00 vMB 8
845,559 845,559 000000000000000000022b52d691642b81c5b16a9cf7ca8ce795e3d8acd8a6de 2,736 1.00/1.00 vMB 12
845,558 845,558 0000000000000000000071392df45e45e6c2baafe651163cf6504e92e6d55ea1 2,966 1.00/1.00 vMB 17
845,557 845,557 00000000000000000002ea2e92e5eebd3e96afc27111e49db15932829c47f936 3,471 1.00/1.00 vMB 13
845,556 845,556 00000000000000000001de6b38fab0558f16f43aaa5df22ab75354de9a244127 2,243 1.00/1.00 vMB 13
845,555 845,555 00000000000000000002ff3121850ea09a4e108b519260827079d42bc130fa76 3,682 1.00/1.00 vMB 24
845,554 845,554 00000000000000000000c9d741b5c3a70f3b6fcaa6b1a5f55e4f6ff7d70d402f 1,868 1.00/1.00 vMB 26
845,553 845,553 0000000000000000000215665b76dc185e4b3686e1b19269c81fa2713e15152e 2,809 1.00/1.00 vMB 19
845,552 845,552 000000000000000000015efbcd5b45c13cb0b6e446c365a73a751dc58952eadf 3,165 1.00/1.00 vMB 10
845,551 845,551 000000000000000000019f4a9f37066ca06d43f0027105752c06e1e89e1a3cae 3,168 1.00/1.00 vMB 18
845,550 845,550 000000000000000000005d56ac83f1ab42a9427f42c5e5410da94c9a99007c3d 6,502 1.00/1.00 vMB 9
845,549 845,549 000000000000000000019bb9e97f0e755aa665b8a33e1200826ad17b4aefc892 7,696 1.00/1.00 vMB 8
845,548 845,548 00000000000000000001364da528be70407839e594d8c0be7d38a4c36ae58d52 1 0.00/1.00 vMB 0
845,547 845,547 00000000000000000003552ee23252c8600bb401df78b4dac2128df66d67e1d1 6,011 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.