Loading Tool

Explorer IconExplorer

Memory Pool

55,396 transactions
32.96 vMB
0.11616077 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 846ca8e2658e8fe22bbdfed29ed9ac3fed79ae3ddbf5a97def5c68638383ae08
Version 20000000
Previous Block 00000000000000000000c2c3593e09fd7cdbeb5924eb063e31c5035843cd86b4
Merkle Root 248061825067642e2135734207caa6aff8cdcb9d4efd09ad80b58e7b9a1f1cb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.04596222 BTC
Feerates: 1,007.04 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,434 (811,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,136 103,136 0000000000016fadc08a7c1505c297f6b51f161659b6f6773c4fe19d860c83ea 2 0.00/1.00 vMB 3,861
103,135 103,135 000000000001e11909143d1f3c5cd3fd07a2674be202f786537b69112e27124e 4 0.00/1.00 vMB 0
103,134 103,134 00000000000088292b60db822d5bdfea428ed0ebcc87f73896d7b1d9aeb6e927 5 0.00/1.00 vMB 0
103,133 103,133 0000000000009d0479d603922d807617499cf9289d4d853d9f0a372b25a31a79 1 0.00/1.00 vMB 0
103,132 103,132 00000000000051b9fa3ed4c8b73556b59ba9bdef49f2a764acb572da9ef6c8ed 1 0.00/1.00 vMB 0
103,131 103,131 00000000000331075534e94ed18176b2dbf77c2db5eaf130bf5b4ac23c90b3e4 2 0.00/1.00 vMB 0
103,130 103,130 00000000000215c81c4ca2b18ada934150eea4494d361f895ef344508cf7fdb0 5 0.00/1.00 vMB 0
103,129 103,129 0000000000034b1d25a37a1faa1a84f66c7f5b503a98dcc18b3c21d2b0b80738 13 0.00/1.00 vMB 0
103,128 103,128 0000000000029372aa05dd14c3a8af32db58b42aec82da0f68dd1c721f73d963 6 0.00/1.00 vMB 0
103,127 103,127 00000000000233cb3bf8da629b911ba2878e01c4cc911d01c184383d67a48d55 2 0.00/1.00 vMB 0
103,126 103,126 000000000002403d3522466f731df0f3b42693254f91f75ef38aa2fb2ee73230 2 0.00/1.00 vMB 0
103,125 103,125 000000000003193aef20af8bf2b477f94ad8cf1817471a0bc752c450e54f7063 1 0.00/1.00 vMB 0
103,124 103,124 000000000001f0e414e389b2587fa1391024390ba52efa453f5a65b79dcb6b6a 5 0.00/1.00 vMB 0
103,123 103,123 000000000002631f370a7daf8e14fd0b9f571268b45e3fe6699c924aefe85964 3 0.00/1.00 vMB 0
103,122 103,122 0000000000027ce4f4a8f2c7dd9fb3b7287f70701a63e1664e1391b9163a4b22 1 0.00/1.00 vMB 0
103,121 103,121 000000000002e33d0ac6ce0ab4dba6592a88a4f7227ee3e885e6bff30ffa6c3a 3 0.00/1.00 vMB 0
103,120 103,120 000000000000491e22360578703c7bbf55abc1349bfd67a06b8496205c5bc566 1 0.00/1.00 vMB 0
103,119 103,119 000000000001b67b65f12d8ea2b9b7f37b1a4e679456f37747b390eb395aa8e9 2 0.00/1.00 vMB 0
103,118 103,118 000000000000ac450032b027f85a1ca93bae61be77cb8fe43aaa741e187554af 1 0.00/1.00 vMB 0
103,117 103,117 000000000000015a809528b5a3ec60125e25dc848435ac35be1a1dfe53dbf1ce 2 0.00/1.00 vMB 0
103,116 103,116 0000000000011869a17e75269b28a545a3f5da9eba9ce9929aeebf2cadb87d09 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.39 GB
    • Received: 10.41 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.