Loading Tool

Explorer IconExplorer

Memory Pool

80,838 transactions
29.84 vMB
0.07249610 BTC
Random Selection Loading Transactions
Max Size: 180.00/200 MB

Candidate Block

Mining Attempt be698fcf5676996453fc863ad9116440761add1467027413f0cd8f5a8b192766
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 99be903f8ed88ba2bdff421f5f2c2454a94504948530bc5e3d1dd185ee339b5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,625
Size: 1.00 vMB
Total Fees: 0.01167775 BTC
Feerates: 100.36 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (279,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,132 635,132 00000000000000000009cd662503e71ade906c3f9014477d0a43490083799ee1 927 1.00/1.00 vMB 11
635,131 635,131 00000000000000000003215f96eea2bad67262fa57123397fa0037aa7675d7b8 2,060 1.00/1.00 vMB 15
635,130 635,130 0000000000000000000133d964e01f7a0ebb8533cb040f61408144299e9a7275 2,681 1.00/1.00 vMB 38
635,129 635,129 000000000000000000019c532f736b3aae63a90cac3693284d14c01a20855bff 2,608 1.00/1.00 vMB 20
635,128 635,128 00000000000000000011c964dfc94ec0a8f8414576769f77095d9b0de854303d 2,435 1.00/1.00 vMB 31
635,127 635,127 0000000000000000000549524900191c89471d48805c3adce40bbe35587529a4 2,662 1.00/1.00 vMB 22
635,126 635,126 000000000000000000002c0f1070fbe766093bd187b547e15b73f8e0eb9cee7a 2,845 1.00/1.00 vMB 34
635,125 635,125 00000000000000000006a5acf1c5ec498c795382d2e5e8c6f037b2ba18bb46b8 2,042 1.00/1.00 vMB 42
635,124 635,124 00000000000000000010ee488f5eddf6cfa94c6ee78a4c611f7b01ae34c584f7 3,043 1.00/1.00 vMB 59
635,123 635,123 000000000000000000118ce8f2f1d139f39758f048b84ffa10cc41e33df60d62 2,748 1.00/1.00 vMB 31
635,122 635,122 000000000000000000113d600382c4c79a3f91762bf8d69425427d0d2a43bb23 2,076 1.00/1.00 vMB 40
635,121 635,121 00000000000000000010a5fd091a1383c1dc75b19ded3849e4aa407c696e8ddb 2,861 1.00/1.00 vMB 59
635,120 635,120 0000000000000000001035cdf66c97095b23fa1da2b6ee88f3dfdc559a7c16c0 2,826 1.00/1.00 vMB 39
635,119 635,119 000000000000000000011292e1742ef0605784413cfbef168f085569bb1eab16 2,480 1.00/1.00 vMB 53
635,118 635,118 00000000000000000008510776decbb7d68c9285d22150a72b0625ae8a8a2d3e 2,234 1.00/1.00 vMB 44
635,117 635,117 00000000000000000003ab6f5dc2f4ddfeb4608b1e233653824ab21b9872f25b 2,591 1.00/1.00 vMB 44
635,116 635,116 0000000000000000000608a3a0bc1c54b9afac4355a68b38f01d5ce254cccbc1 1,632 1.00/1.00 vMB 43
635,115 635,115 00000000000000000003a2e8fa5a5e2e444e1eb6d36f688f97e5e3e4b9cde68e 2,628 1.00/1.00 vMB 42
635,114 635,114 000000000000000000085a15104e680ad5381626f2912ae0311cc881056a9c98 2,370 1.00/1.00 vMB 46
635,113 635,113 0000000000000000000db9b1e078e507906c3bb84ad7eda7a8433f19951e6df0 2,872 1.00/1.00 vMB 58
635,112 635,112 0000000000000000000ade8e760a7cf51cd13919bdee687c922fe0b0f59e36fd 3,187 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.35 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.22 GB
    • Received: 14.84 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.