Loading Tool

Explorer IconExplorer

Memory Pool

81,273 transactions
31.16 vMB
0.09260868 BTC
Random Selection Loading Transactions
Max Size: 187.95/200 MB

Candidate Block

Mining Attempt 9224815a9aae8964bf4630ad7b98240b62ba9e31b0896b6477c059fca9a8066e
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 8d214a8f30e10f7023d1f1c8f9278ce4acf6f4adfa2c0a2aea62d7350e32ee81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,483
Size: 1.00 vMB
Total Fees: 0.01952981 BTC
Feerates: 45.88 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (545,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,431 369,431 00000000000000000833aac699d63ec07a7de0b2735c8c0f72d8b7579214eb4d 915 0.91/1.00 vMB 34
369,430 369,430 00000000000000000e9738ba1ac0243a1ddb15db0873bfd6fc2285aa82936d76 188 0.25/1.00 vMB 10
369,429 369,429 0000000000000000036bb00933326e1e3a4c0a745187c00c21382c662a56dcd4 1,386 0.68/1.00 vMB 44
369,428 369,428 000000000000000003be4cdcd035b34fe33abca78c49cdfcd4669c4e471cf8a3 1,085 0.44/1.00 vMB 42
369,427 369,427 0000000000000000002a301a7af132c8ce0aa9d9f8898f7d983e6bf5c48eac5b 509 0.35/1.00 vMB 31
369,426 369,426 00000000000000000995ce550cdc8c9501c8511d1472ae9aefcee91d9103f4e9 837 0.48/1.00 vMB 36
369,425 369,425 00000000000000000f2da730d2a9d5d820d97cfc2bc9ee6227dd12b37011993a 1,541 0.99/1.00 vMB 35
369,424 369,424 000000000000000004d37cc0d4dc144a16621ec1803fed3d716aa22b1534391a 1,266 0.64/1.00 vMB 48
369,423 369,423 0000000000000000130d805a7d59d6812639dbea630f563c7cac94d1df95015d 306 0.13/1.00 vMB 97
369,422 369,422 0000000000000000111ae838e8ae6e18031067143d505b1169c27a3b27a2f10d 1 0.00/1.00 vMB 0
369,421 369,421 00000000000000000e2396b020cf803b446c5213c01423b2425b32a6812670dc 370 0.23/1.00 vMB 38
369,420 369,420 000000000000000004dfbbfd99aa400134e9d1264d6694ca9fc7ea7fe3d695d0 330 0.38/1.00 vMB 17
369,419 369,419 000000000000000010f77e48646e14a89f8b50b5dbd730578650f44bbe6d90e1 1,043 0.67/1.00 vMB 35
369,418 369,418 000000000000000000a710b75c8351ac525c2c6666058228977f5eb0f858f886 195 0.22/1.00 vMB 18
369,417 369,417 00000000000000001304f9db96f7606c41abfbfc545ec60e054cbdf40a84febe 1,873 1.00/1.00 vMB 40
369,416 369,416 00000000000000000174647d4a31e8ffdcb7d3f18c48cd19cc411de87c0baf95 881 0.49/1.00 vMB 42
369,415 369,415 000000000000000007ab7274e806cebf1f22f4e629cb5ef3fc172e89aeb18073 612 0.47/1.00 vMB 23
369,414 369,414 00000000000000000ab55b01530e956a4ad99d6bc68ac5d99d04cf4eb6a66dbb 1,713 0.89/1.00 vMB 48
369,413 369,413 0000000000000000024f20be7f29c21f14bae542f19b123a7ad668384b909178 323 0.16/1.00 vMB 33
369,412 369,412 00000000000000000f312eb6ef273f63d6b24370242a0cb2bfa9c5508b1c23a5 813 0.41/1.00 vMB 44
369,411 369,411 0000000000000000099a96fdda34ff21dac2b43dc13939bd57260ff253dd9c23 489 0.28/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.