Loading Tool

Explorer IconExplorer

Memory Pool

81,040 transactions
30.09 vMB
0.10478811 BTC
Random Selection Loading Transactions
Max Size: 181.53/200 MB

Candidate Block

Mining Attempt ce731b239e32023dbab05a372a5a4b90276d1265829d00893de204566d078dd8
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 06f4716c5ab5535dd878c174348b24f35f1409c49cd894dd116c0b487a57e2e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.03697974 BTC
Feerates: 100.25 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (50,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,063 865,063 0000000000000000000158bef54c9d510a83d9ca31a8eb3701a7dfc2b8db21ba 2,837 1.00/1.00 vMB 20
865,062 865,062 00000000000000000000a90720faf9b4f6e97aa02f1e31c8a38cc808f1678032 2,649 1.00/1.00 vMB 14
865,061 865,061 00000000000000000000f77fa632b0ed672b937d8a110e7b7745e06c9c96b078 4,289 1.00/1.00 vMB 22
865,060 865,060 00000000000000000000c1a46b826c5bf66a00520b01852c7ee1c0c96ac2d1d5 4,856 1.00/1.00 vMB 26
865,059 865,059 000000000000000000012fb65e2ecb597cb3ead8f1a9b9ced6de8a3b92a198a3 5,740 1.00/1.00 vMB 29
865,058 865,058 00000000000000000002db6a426668ca8314474f45173d69e28887b2fee8c6ca 6,034 1.00/1.00 vMB 34
865,057 865,057 00000000000000000002469dec26d25d20953a4161bc1c14a387b9a0430ba03c 6,255 1.00/1.00 vMB 33
865,056 865,056 00000000000000000000b8515b450960c89ccb05e5785c533c3c4b5af1f2505a 5,193 1.00/1.00 vMB 44
865,055 865,055 00000000000000000002a78eaed40a93dfef2fc0d82dcf6b39cb275e4a9eb5e9 6,122 1.00/1.00 vMB 36
865,054 865,054 0000000000000000000148923569971cc5a196fb34eaa7fe1a5846a8aa0d7e00 6,443 1.00/1.00 vMB 40
865,053 865,053 00000000000000000002c3a85158042624f6cf5ccc96d883f27db3cae7c1be01 5,982 1.00/1.00 vMB 44
865,052 865,052 00000000000000000001e629342f7caa7f077888812d3283610d420e9f1f102e 6,204 1.00/1.00 vMB 16
865,051 865,051 000000000000000000020c40c66bc15cba420a6ada9208adb8687f593070b55a 6,420 1.00/1.00 vMB 18
865,050 865,050 00000000000000000002682ec9bd6cd477600b621786f5eb38ce7bec05fdee12 6,257 1.00/1.00 vMB 20
865,049 865,049 00000000000000000002253f96ba07111198f975859f77ec358913e1a237b465 6,524 1.00/1.00 vMB 21
865,048 865,048 000000000000000000029a1519fbf993e1ada66a0f962710e49abce9df77b22f 6,003 1.00/1.00 vMB 24
865,047 865,047 0000000000000000000299a16b6b3253f99bd816a6f59ab287ea98c84c00406b 6,418 1.00/1.00 vMB 16
865,046 865,046 00000000000000000001b67bf52f6eeb04fa3a5166878db71ce70afe38b1e9b0 6,349 1.00/1.00 vMB 15
865,045 865,045 0000000000000000000120770825da50bebd4df8e6d09e3e6951d4298fa52530 6,751 1.00/1.00 vMB 14
865,044 865,044 00000000000000000001d3cc3dcdbb8df12a9b37716c05f10c2c2d645004e7aa 5,835 1.00/1.00 vMB 20
865,043 865,043 00000000000000000002403be69e9552dd7681981c5993946f55ae8651ea09bb 3,083 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.