Loading Tool

Explorer IconExplorer

Memory Pool

47,330 transactions
28.00 vMB
0.08808552 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 85f601da798ecb2e0fbac8140a1d044b81c52e2a9885c41ca6671849f74403ef
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 24cbce187d11dfd2e96b0200f5fe49467f232a2a0daa1479a5c01cdf4257fd14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,528
Size: 1.00 vMB
Total Fees: 0.03353749 BTC
Feerates: 500.00 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (855,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,884 58,884 000000000a90f9a99145457d1a58ce8ea858c05eca7937c1c472a22593226183 2 0.00/1.00 vMB 0
58,883 58,883 00000000057a9a283d0a19280a2cb615058d52a943db6f85bb0c528f0cc7d700 1 0.00/1.00 vMB 0
58,882 58,882 000000000ad38ffc070d0e1e89c3bf45db545791ea8509afe12cf4fe6f46c840 1 0.00/1.00 vMB 0
58,881 58,881 0000000009a42d36adbe55adb7e9b91621d1b9ba18fdcbac5d32ec0aa1434773 1 0.00/1.00 vMB 0
58,880 58,880 000000000c21d7b62d3cb7e954dae72aa6ab71e28b4a21665e7bfd6d158bf2ae 1 0.00/1.00 vMB 0
58,879 58,879 0000000004767e8ca6eacf4bc1cd23cfb2a1db0befed23818b0daeb713028e78 1 0.00/1.00 vMB 0
58,878 58,878 000000000998a657d3087bc658c9da67f831c42020ccd45f5c2833476c6da3da 1 0.00/1.00 vMB 0
58,877 58,877 000000000413c9be77227785b04b28e92e09fe3694ebf30263214c9a7b2808b2 2 0.00/1.00 vMB 0
58,876 58,876 0000000000fdb3a803fbbd209a67bbc113974b553a652d67d3245ae0a614cb59 1 0.00/1.00 vMB 0
58,875 58,875 0000000000577b29df6cfc14c00a7a6a25c9bd811a53547366a0831cc8db6f99 1 0.00/1.00 vMB 0
58,874 58,874 00000000058d89f1cbc792843560b0d296ca406d6f415dbf78311ff6bbc60051 1 0.00/1.00 vMB 0
58,873 58,873 000000000a06cec7b437b7f2542276e9e248406e720e29ba20cb7665da942ff5 2 0.00/1.00 vMB 0
58,872 58,872 0000000008de8e763a73da8cb1ed8fab89063a110d661399960c9ad47332cecf 5 0.00/1.00 vMB 0
58,871 58,871 000000000d82aebc82eee8e3976659e4c2097e9464b6b2a2e5906d7dacee5f46 1 0.00/1.00 vMB 0
58,870 58,870 00000000089bc47feabe521894d13eaf14f8ec82bcf691f56b5e9c3348441f38 1 0.00/1.00 vMB 0
58,869 58,869 000000000511a25cf916183e2ecbafea4110e14c259e5d5a2b275c9898eba376 1 0.00/1.00 vMB 0
58,868 58,868 00000000073fad739ae615795cce2cef547c6498fc7b15c6586a7550f5a26f30 1 0.00/1.00 vMB 0
58,867 58,867 000000000e099de5daad2e39d7c0e6b89e4c65f38abeea629aaa4e0c9410757b 1 0.00/1.00 vMB 0
58,866 58,866 000000000be174459b56893ffa97c24317986f3e988bfdef4d10a6823ec954d1 3 0.00/1.00 vMB 0
58,865 58,865 000000000023795b5ec5f005ef68677313e40313d28dc377c664ff5d322276ff 1 0.00/1.00 vMB 0
58,864 58,864 00000000029f17b9cf88ac00095671df2f054cb20e269025707382e4db8ab9e3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.40 GB
    • Received: 13.17 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.