Loading Tool

Explorer IconExplorer

Memory Pool

87,067 transactions
31.95 vMB
0.13472266 BTC
Random Selection Loading Transactions
Max Size: 192.87/200 MB

Candidate Block

Mining Attempt 563d30f16c785a542dff6c4e39a7e1a9163c786dcb2a8bb00f2f59e3dc5de7b6
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (731,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,818 183,818 0000000000000378335a8c7f5b1494b0bb5768e2c4787e9f2fdbf49b1990172c 105 0.06/1.00 vMB 440
183,817 183,817 000000000000035d69f91638c353692b00a1c3df53d57d16980fd112911b8683 554 0.27/1.00 vMB 144
183,816 183,816 000000000000075dbf74f5280b16a694826512bd8c60e6d16b1c0e0751950fd1 7 0.00/1.00 vMB 256
183,815 183,815 000000000000074922d2e9976887bc89111e1fb4ea106b348aafe28b7d0f000e 10 0.00/1.00 vMB 31
183,814 183,814 000000000000097c2431f9c9d0eba892cb534493fc5c1ce4a6008c7766983aec 695 0.25/1.00 vMB 151
183,813 183,813 000000000000083d977db96f2df5f26a61f633aa6b0a2961ddf71915d56ccb96 139 0.05/1.00 vMB 210
183,812 183,812 0000000000000121ea9fba9ac973cab4106e125c0caed2ef52b3e12722d5d9ef 8 0.00/1.00 vMB 0
183,811 183,811 00000000000001ac580f6e36527eb17200da5a3372ec2318f496a4f3341fff0a 581 0.26/1.00 vMB 160
183,810 183,810 00000000000005745e029ccfb78b9c1f955e9fb4693638e81ad24873356178a8 225 0.09/1.00 vMB 154
183,809 183,809 00000000000005767dca9e3183b5099a5b667d3d5ba37ea26b697aef6afed59e 460 0.18/1.00 vMB 226
183,808 183,808 00000000000000ae96e741508e6eab0637577b440497ff3e7dd952124ffa0a54 189 0.08/1.00 vMB 227
183,807 183,807 00000000000003d79346197078a722c6fdc53a8318365eca38faf13a2aab5210 134 0.05/1.00 vMB 64
183,806 183,806 0000000000000a3a2cea51064985a9ef96818d9ec8847ab27b908008a5dd0b51 339 0.13/1.00 vMB 201
183,805 183,805 0000000000000339d05208d1f2da7d40203d63b8766c5a0091e16f0183112c16 21 0.01/1.00 vMB 273
183,804 183,804 00000000000006d3e164623630fa62ce582f7ab2a32a7b70381e54c634d4c654 298 0.18/1.00 vMB 169
183,803 183,803 000000000000059d62b0da4fdcfab82c6db5c0b387604b2e819e1e6794fa4675 658 0.25/1.00 vMB 160
183,802 183,802 00000000000008cd8bbfe3da36a507341e21041ca9ef76d73a8fc59ba07ed266 651 0.27/1.00 vMB 223
183,801 183,801 000000000000080cecdffdc047ac13db7dd1b8d10a4cff94df5dc1aad053a05f 150 0.05/1.00 vMB 316
183,800 183,800 00000000000000a90857252d4faf9d28ed6decd1d9bbc2537811408af4adf8f4 10 0.00/1.00 vMB 15
183,799 183,799 00000000000002e5fa955c304d36ac346b289a02ed998a2bd0ed9e44d5ea8774 132 0.05/1.00 vMB 100
183,798 183,798 00000000000000d2e7d6ef76cc46751f71c2013a81a87a656541eec8e722efed 256 0.11/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.