Loading Tool

Explorer IconExplorer

Memory Pool

79,087 transactions
30.06 vMB
0.12418429 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 7e3330b1d2806741f9aa2a8a92354b33d0998d623bb40f7e2d80a15a49a39592
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 3d2bc2b8d518d142d584f2de92fdb455745fa06181336a40349bdeaff2c74be3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.03842597 BTC
Feerates: 673.02 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (305,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,234 610,234 0000000000000000000f8fa7f5c2228138b2a272d0800c6c31d1ed0010f8cbcb 1,044 0.29/1.00 vMB 10
610,233 610,233 000000000000000000042365ca8028260863de011f6a10e56e6b85f5afc2ce86 811 0.20/1.00 vMB 16
610,232 610,232 00000000000000000011d3553ce60a5bef7c3a655507082e07bbcab7b7e60d80 1,273 0.35/1.00 vMB 7
610,231 610,231 0000000000000000000c228f85d1800d486aa91a91a63c4f098f0b7b511d3879 3,435 1.00/1.00 vMB 11
610,230 610,230 0000000000000000000d920b5bdbcf1d5e738206199bcf36d376a9454856c012 1,641 0.42/1.00 vMB 9
610,229 610,229 0000000000000000000b5ce8bf6e09728af4546e8d6d84e1affd3e516bb13d0f 1,920 0.52/1.00 vMB 12
610,228 610,228 00000000000000000012a8f432affe5c19084b34b7fc3ffaa3b471f1e1d30e32 526 0.17/1.00 vMB 20
610,227 610,227 000000000000000000069140132167f34c4d9707febe115affe77deaeef0c824 954 0.29/1.00 vMB 9
610,226 610,226 000000000000000000015b6914bf184ac70bc7b374ac3dd83f4df78f9d67619f 2,081 0.72/1.00 vMB 5
610,225 610,225 00000000000000000011cc7ee5715ef610209de072451be7673935961fc6fc54 3,196 1.00/1.00 vMB 16
610,224 610,224 0000000000000000000685e6df3e31e2f354a3b061b0bd623481b9bd2d625832 3,681 1.00/1.00 vMB 11
610,223 610,223 00000000000000000008d18b5f9c292cd47af40486e68b76583ccc985945d2ef 695 0.18/1.00 vMB 14
610,222 610,222 000000000000000000139b47dc3b18b9b75905a51b0acf0b46e612e281a44de7 2,318 0.61/1.00 vMB 10
610,221 610,221 0000000000000000000a18eceac9d06b6578fc21a3737a7a0bb6c83f19ba1036 2,331 0.63/1.00 vMB 8
610,220 610,220 00000000000000000014445ada03c6d6339854264e219e8629f97d11dfb91f93 1,696 0.69/1.00 vMB 2
610,219 610,219 000000000000000000009cea1bc4610d70fa2f7111812ead39191f3c1f8e9ea3 2,775 1.00/1.00 vMB 9
610,218 610,218 0000000000000000000b9d89ea26b43c0843e834a7bb6c5a3a42ed5ff1106d9a 2,878 1.00/1.00 vMB 8
610,217 610,217 000000000000000000135a921eaa291ae440d0a4c65e502a976469ccde0a7ca2 3,418 1.00/1.00 vMB 17
610,216 610,216 00000000000000000014a16dee038c3e0c6eacdda732edf2c11fa89e54f5e192 973 0.33/1.00 vMB 10
610,215 610,215 0000000000000000000a5119afde19c4d266069bf584ca18bcad38e249181899 876 0.47/1.00 vMB 7
610,214 610,214 00000000000000000003e0acf878a22fb4581fb1ba13e81a4e552ab4ba30ec9a 69 0.02/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.