Loading Tool

Explorer IconExplorer

Memory Pool

78,215 transactions
29.08 vMB
0.08060002 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt 8d5fbc9bb97a3f3c4103836e900329b31c17227618ff3318829034e7e2566838
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0ea5b3716f9600f747db3c25f6e9b0005461165102bfe9f1159c7eec15c65d0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01989473 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (422,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,981 492,981 000000000000000000a5b4808b46a62afbbf9dd43e42a6efab4573afc8f335da 1,662 1.00/1.00 vMB 214
492,980 492,980 00000000000000000054317a494313a6d8c1302f5a882ba7cb7ad3360782fa11 1,980 1.00/1.00 vMB 268
492,979 492,979 0000000000000000002c0edf6c4d2d96c00e04f673b655e43534afbeda91c7f1 1,839 1.00/1.00 vMB 262
492,978 492,978 0000000000000000002440265a944799daa427ca175cf1fb08f8ed88a194748f 2,993 1.00/1.00 vMB 308
492,977 492,977 000000000000000000c1a44ef7814039629a52fa4f26dba463fd2cd6027791e5 3,628 1.00/1.00 vMB 351
492,976 492,976 0000000000000000003e2ffcc2ea331d18463c7289f15e772ea8fad573c1a49c 2,016 1.00/1.00 vMB 260
492,975 492,975 000000000000000000367b8a077f229374abca22fa8fb3d1d4b16a35cc903c32 2,493 1.00/1.00 vMB 296
492,974 492,974 0000000000000000008c970bf96c4d6154064e725e0c8b3c004f874f819d8c92 2,347 1.00/1.00 vMB 266
492,973 492,973 00000000000000000051ea38430c4616873ed068bd27f93b2e5c5fca9ef016ef 1,869 1.00/1.00 vMB 237
492,972 492,972 00000000000000000023fe60cae1a9a54a6db0ae906e5fe78652ca3f35f2b5ac 1 0.00/1.00 vMB 0
492,971 492,971 00000000000000000072b7e557f809b8ecf6c2b31dedd5749218b49fde51bd70 2,043 1.00/1.00 vMB 272
492,970 492,970 0000000000000000007def3c5184b6451693ead363ce21c8cffb94287361a2d3 2,581 1.00/1.00 vMB 296
492,969 492,969 000000000000000000a72782ed0f4f46e4ac904f57580d55f711ff11ae010cd3 2,331 1.00/1.00 vMB 249
492,968 492,968 00000000000000000071624d21446267d046665c4b3ebd709f17147fb67d2983 2,627 1.00/1.00 vMB 275
492,967 492,967 0000000000000000002a6dba2882fdc22322015cfbc0f02c2212b20a8c0491ea 2,888 1.00/1.00 vMB 328
492,966 492,966 00000000000000000080cda4d27b83386e407c635d3c9cc4b4ba67f51190adea 2,630 0.94/1.00 vMB 257
492,965 492,965 00000000000000000047a93838993b4ff685a57d2dd586315dd1b40b9d16a602 2,861 1.00/1.00 vMB 255
492,964 492,964 0000000000000000007d3a45ca5441d4f34f72fd7ab3e750b67c5bca982c31f8 2,753 1.00/1.00 vMB 282
492,963 492,963 0000000000000000001bc14d31cd78cba9af69b4ef9af8fac9f3aabb260658de 2,449 1.00/1.00 vMB 248
492,962 492,962 0000000000000000001e04433a329abe9308ce304f64da81e8ec1c9d3522308b 2,918 1.00/1.00 vMB 307
492,961 492,961 00000000000000000087d0ce2bf34d1d79e1c8f063e59aee4cbe14bc3786aa45 2,676 0.99/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.68 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: 677.67 GB
    • Received: 16.44 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.