Loading Tool

Explorer IconExplorer

Memory Pool

35,793 transactions
25.56 vMB
0.05730314 BTC
Random Selection Loading Transactions
Max Size: 130.72/200 MB

Candidate Block

Mining Attempt 392763c79473e4aa3f26865e3a8453ff60bd9c2296a47807a448fec598b11e53
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 7f38b06d9370f4e6ba4196956a02850f98bada88a2d4f476d3795c862e5eb3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01084509 BTC
Feerates: 508.49 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (526,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,969 387,969 0000000000000000007710c46f3adb5ca9546d616d44ea5b319adf0256cd987c 1,571 0.75/1.00 vMB 23
387,968 387,968 00000000000000000d14c728f1be13d88ff16f44d7fdcb9051542f9b5970f208 2,107 0.89/1.00 vMB 30
387,967 387,967 000000000000000001a86589d4882948b70f9c5f54692b47f682882540375264 2,726 0.93/1.00 vMB 52
387,966 387,966 0000000000000000098a118e1a55f7b48a9238764252192c3aa84e5a9b61d462 2,685 0.95/1.00 vMB 50
387,965 387,965 00000000000000000c3bf748344f604a8c482e131d72008c616f0c409d76beb5 2,655 1.00/1.00 vMB 44
387,964 387,964 000000000000000008a3e425f1ffae98cea016eeeeb6372b895813152260a2d6 2,072 0.90/1.00 vMB 37
387,963 387,963 00000000000000000c73373d17da8fddf2d063eb498e70bc109cb54fbcabc801 2,982 1.00/1.00 vMB 54
387,962 387,962 00000000000000000b8f54e54345af0fa45d75708946607c41ec5a86fef96ce0 2,204 0.95/1.00 vMB 30
387,961 387,961 00000000000000000623d75576a6ce81fe8c48297e28c7fb41bb56138a84bdef 3,353 1.00/1.00 vMB 54
387,960 387,960 00000000000000000c9e630c73fcf47322c7011cc62b91ae01087b972d3d8f99 1,359 0.95/1.00 vMB 27
387,959 387,959 00000000000000000784d99e2bb00c57bc7909debb9f41c9c1338dde819659c5 1,094 0.99/1.00 vMB 17
387,958 387,958 0000000000000000067b8fd02f0acd29cf4dcb8baaa710e466f0190864f170c0 1,465 0.83/1.00 vMB 18
387,957 387,957 00000000000000000458caf26835a23940746f4997abb3ed4b037d0d963e4811 1,139 0.75/1.00 vMB 23
387,956 387,956 000000000000000002f3ee76db08b5e7b4f98825db07e021243b5a1d5e8c3de2 906 0.31/1.00 vMB 43
387,955 387,955 00000000000000000ae59f30a612ca4a28d743cc70db479b8bd741b5bac89cc6 597 0.23/1.00 vMB 60
387,954 387,954 00000000000000000881a90e3c15b28801507ed0753601d9c67ac6cfc467afa9 2,446 0.93/1.00 vMB 40
387,953 387,953 00000000000000000aacafe4be4880102730e2f7ab0fbe84529727e258d7d1d1 2,078 0.99/1.00 vMB 31
387,952 387,952 00000000000000000c7ee9139c37ff926e270cab3d98009c4e7a3eedd5597cf6 1,955 0.93/1.00 vMB 31
387,951 387,951 000000000000000002b75e2897823c2993e390a129e32423368c4c9ec09865a3 1,133 0.95/1.00 vMB 16
387,950 387,950 0000000000000000072de83bb667f0945e5fa268f1c2c8a26ce3909c2b251099 1,187 0.42/1.00 vMB 35
387,949 387,949 0000000000000000011a6d90fd891ecdb55ae1304a105a95ff5d0ae8c7c2012e 1,649 0.76/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.