Loading Tool

Explorer IconExplorer

Memory Pool

73,789 transactions
28.78 vMB
0.06965593 BTC
Random Selection Loading Transactions
Max Size: 174.49/200 MB

Candidate Block

Mining Attempt 1184ea6e843f96f2511630dcbb09cd3d0e88dbf1ff0ff9670764b24163f85b0c
Version 20000000
Previous Block 00000000000000000001f8608b89867cd81e6ca76231bc810599037dafa06252
Merkle Root 821628fb474358a87f24dd1defa8b3223b0460048209e8ac7764b1760438e373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,041
Size: 1.00 vMB
Total Fees: 0.00616918 BTC
Feerates: 100.42 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,430 (749,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,500 165,500 0000000000000746fd2556b65f46d56ba0811a15dbeb48b919ad875b944a3569 64 0.03/1.00 vMB 51
165,499 165,499 0000000000000b8601b8e66cdb0fad4be1d5843a3e928af34a513dc3d3fbc9f2 63 0.03/1.00 vMB 131
165,498 165,498 00000000000000df1cb8d0cb20573517bb3e3fd3db2b3ef1b3a56a755c0060b5 114 0.05/1.00 vMB 212
165,497 165,497 000000000000096b8bf330b67a505d99e16b7cd3a1c234902cf65aa51fd0e5f2 109 0.04/1.00 vMB 158
165,496 165,496 00000000000008949dc5058a02c771b8a7cab0287091d36bb0accf9cdc9a6158 14 0.00/1.00 vMB 27
165,495 165,495 0000000000000431880e440a7cb04d927ef6a68f027eb6c0e9df6b311222916f 94 0.03/1.00 vMB 101
165,494 165,494 0000000000000943faaa8cf8957ab28ebc49b28dbf606bbb3aee6a7c5fdb4eb2 24 0.01/1.00 vMB 151
165,493 165,493 0000000000000baa853647c5e5496fc42a33369e3387f8c243dd7909c25b75b8 66 0.03/1.00 vMB 169
165,492 165,492 00000000000003215272f532ad31acaad1b9545408cb871eca7010a7a1becbec 116 0.05/1.00 vMB 143
165,491 165,491 00000000000004d06471bcda5d3e73a15b0b33682fb54baf8605455e4f76e928 61 0.02/1.00 vMB 246
165,490 165,490 000000000000031369210bacf3781ebfeca4a46da872e0b4b95afc22845dff47 14 0.01/1.00 vMB 622
165,489 165,489 00000000000009bf4121e522197d1c9045b01622ff9fa92eefc2d8fd63da2e66 20 0.03/1.00 vMB 162
165,488 165,488 0000000000000b19ae573e8541108d98baf0c14ffe54a87066102ed557babd7e 18 0.01/1.00 vMB 145
165,487 165,487 0000000000000198eba802a4d8498dd4191d5ee052105fda9cd67f38b7511fda 62 0.02/1.00 vMB 8
165,486 165,486 00000000000000e966d5e46e7107b8d01dfbdfc67ac142e6366d061b172cc926 45 0.02/1.00 vMB 292
165,485 165,485 0000000000000a6a63cef40d48e30a7890a75a0588e7360ff0f3b56b7d7c98c1 13 0.00/1.00 vMB 50
165,484 165,484 0000000000000352e6e2242a6de5a44aa8467584ac6f10f493c366e61396885e 57 0.03/1.00 vMB 45
165,483 165,483 0000000000000afdaee500b4c4c6e4a5a7604f3a98d697914b9775c59ec1cf12 9 0.01/1.00 vMB 29
165,482 165,482 00000000000006dc8b58a1cd38b75ac7be7e4b407c1bfa33e61244f964ea44bd 20 0.08/1.00 vMB 80
165,481 165,481 0000000000000561cf6573e7a7f42ebc20587450cdf8277d9b6c3fe704bca1db 38 0.03/1.00 vMB 93
165,480 165,480 0000000000000265e7e8749a4a0449942d8b8bdeb46b97282b25b65ee093a5f1 12 0.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 783.13 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: 741.99 GB
    • Received: 18.65 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.