Loading Tool

Explorer IconExplorer

Memory Pool

84,795 transactions
31.60 vMB
0.09940993 BTC
Random Selection Loading Transactions
Max Size: 192.78/200 MB

Candidate Block

Mining Attempt 6f2ba3d1d0e596d3e49625a6bb5202bd987115912d27806edce822e4502336aa
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root cc7b416106fdca0842134200dd8880717c6c15bb199571e84ef882d94b3c8d79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,497
Size: 1.00 vMB
Total Fees: 0.02577269 BTC
Feerates: 150.77 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (44,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,045 871,045 00000000000000000001b14f03718bdbda4891f94098cac177cae8ccd8ee7a32 6,529 1.00/1.00 vMB 16
871,044 871,044 00000000000000000000d45eb5c5c630ac9b2cb59f75dad89b79527ab63c9e51 6,298 1.00/1.00 vMB 21
871,043 871,043 00000000000000000000542ac759ad130e0027526ba09027f49ffd909a401e56 5,628 1.00/1.00 vMB 17
871,042 871,042 00000000000000000001b120e1ddbf2dcfde410e6311b8afbd93c99684a993ce 6,318 1.00/1.00 vMB 20
871,041 871,041 0000000000000000000140e205168afe30e9d57618122ffc1fde2c410e2da303 5,605 1.00/1.00 vMB 24
871,040 871,040 000000000000000000020bd500a2ecab74aea02ef92569b521e7fd52627a5f11 5,190 1.00/1.00 vMB 19
871,039 871,039 00000000000000000001c1f5a0f1864a6dc29d6fc1e7d0e66d5831aaee69e908 4,242 1.00/1.00 vMB 6
871,038 871,038 00000000000000000000f168b3d5a1e49cba6aa14396a70b2e01a11cf52e29a3 4,207 1.00/1.00 vMB 11
871,037 871,037 000000000000000000023b698e986707970d12a37e0a51c791695de66e7d352c 3,526 1.00/1.00 vMB 7
871,036 871,036 00000000000000000000f5746007b23b98ef1b1dc2cbea42caa2ddb261914322 2,309 1.00/1.00 vMB 7
871,035 871,035 000000000000000000009892f870c0a3546958b50c81be1f8dc75270091cd1bf 3,396 1.00/1.00 vMB 10
871,034 871,034 00000000000000000001489c562323a28ac53a5d3d5b0182d35dd1c13838fa23 2,530 1.00/1.00 vMB 5
871,033 871,033 00000000000000000000c8fc565e4a4c06427ac67c66d351064ab2ee1c79909a 3,564 1.00/1.00 vMB 14
871,032 871,032 000000000000000000020a44890ab3d13e04b9b500c4120816c270aef6a4c964 3,402 1.00/1.00 vMB 8
871,031 871,031 00000000000000000001446bb53eba6ebddb6b9784a5fd7c15b3b83e6f4c2372 3,609 1.00/1.00 vMB 9
871,030 871,030 000000000000000000013b4ac8bfdcb78a5399e903b7051d6dd88a7597b569d5 3,680 1.00/1.00 vMB 17
871,029 871,029 0000000000000000000018770a9ae355a9eb48d026eddd8255e112c15ae5c9b1 4,328 1.00/1.00 vMB 15
871,028 871,028 00000000000000000000964ff2f83513f6a33cbcfc3f420dc528dc99b1ff565d 5,741 1.00/1.00 vMB 16
871,027 871,027 00000000000000000001abc14e0037a5a584091408c2eb56b25c6e71428b77a4 5,155 1.00/1.00 vMB 10
871,026 871,026 00000000000000000002849fb70881d197fba5a0f3caae09b07c90b95a0329ae 5,472 1.00/1.00 vMB 10
871,025 871,025 000000000000000000011095c6f3c35cf5c4a8211ac52f6aaa509f91c0eb151f 3,434 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.