Loading Tool

Explorer IconExplorer

Memory Pool

46,487 transactions
27.25 vMB
0.08067677 BTC
Random Selection Loading Transactions
Max Size: 144.08/200 MB

Candidate Block

Mining Attempt 4f6eb3f745a274d50c4052a44ad931ce882472889c4889d4334bb582b4f88c22
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0c1438da280a4b1df4f738b76e58f4d78763fbb2a384319c2176fbcddb6cb581
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.02972024 BTC
Feerates: 298.51 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (305,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,427 609,427 00000000000000000011ffbb54f07ca0c58cdb1ced7197354f76f181bc5dca0c 2,547 1.00/1.00 vMB 19
609,426 609,426 0000000000000000000030677824e3a74e189338115456327d604d1c4e7a201d 2,340 0.82/1.00 vMB 4
609,425 609,425 0000000000000000000f4ed7886bb80c94870eb7a3cb3f4cf2be342db7554d4e 2,863 1.00/1.00 vMB 17
609,424 609,424 00000000000000000010933dcff7c23f03d72f5755efc5dad4cc232535cd294b 1,715 0.60/1.00 vMB 16
609,423 609,423 00000000000000000004bb5b86b7d0b4bcb0c4e00a80700471815439a35ef95b 19 0.01/1.00 vMB 12
609,422 609,422 00000000000000000013b517fd6a158b220d6d253bc051add697a8d143145ed3 1,996 0.67/1.00 vMB 16
609,421 609,421 00000000000000000007282314e11acefee0bdaaee5c5e225fa3b2617abb4008 1,633 0.49/1.00 vMB 9
609,420 609,420 0000000000000000000893cd36e0206ff01217587af5b735044fa91d5e86df06 2,767 1.00/1.00 vMB 16
609,419 609,419 00000000000000000002f6e55723b821d1dfe3a5a100990395a004b2ffb9f0db 868 0.33/1.00 vMB 16
609,418 609,418 0000000000000000000389d2c0cef00b5455a32631607c80d9b4796168d70786 2,471 0.96/1.00 vMB 8
609,417 609,417 000000000000000000118cdf750cc5800011ecb73b2aa0f0f4024d9a1b906b64 2,579 1.00/1.00 vMB 11
609,416 609,416 0000000000000000000ac49413a6e8b2cfd8b8ce734d0c8edc2d1c92f03ac1c9 2,681 1.00/1.00 vMB 26
609,415 609,415 0000000000000000000028ed4c567fe87f213cdc756ae786d346efc627e5b4d9 2,417 1.00/1.00 vMB 2
609,414 609,414 0000000000000000000633b8b3b096a1e90658fe89301dd3d9f226c16c7b732e 2,884 1.00/1.00 vMB 17
609,413 609,413 00000000000000000010063ccf57853168e79976ee639227c634e193a9891c3c 2,629 1.00/1.00 vMB 6
609,412 609,412 0000000000000000000024408e988ea897d312f41c5c9e22e374a1132f4444f3 2,747 1.00/1.00 vMB 47
609,411 609,411 000000000000000000003640cf98696d20487160a169094402dbd6d842d57bc6 2,345 0.80/1.00 vMB 17
609,410 609,410 000000000000000000080b48eb494aadbe8e9e5ad311cafbe0d076142d6a7779 1,628 0.70/1.00 vMB 12
609,409 609,409 00000000000000000014fb80ab33d2dbc0b4d26db4d77ec7e2ab0e4ddd9af0a8 1,837 0.62/1.00 vMB 14
609,408 609,408 000000000000000000050a26c12d55783155f43b524aaed61dcd397e7733a43a 1,639 0.73/1.00 vMB 1
609,407 609,407 00000000000000000014ecae281a5aa51f09bb243ada339bd02abc0cfb218210 2,647 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.00 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: 648.90 GB
    • Received: 13.10 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.