Loading Tool

Explorer IconExplorer

Memory Pool

85,197 transactions
31.91 vMB
0.19591858 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt d065f1192aa847a792bbf958c901fd8cb7e69008d76abd514174d1dd3c8cbe07
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (302,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,162 612,162 0000000000000000000348d42eb68c3adfa3476ad92aea4ab001b0b762f6d2f9 2,629 1.00/1.00 vMB 10
612,161 612,161 000000000000000000089605038039709a8ce1898a31e5d36bf3c59f463da106 3,518 1.00/1.00 vMB 34
612,160 612,160 00000000000000000012906c14c3b02057b8abac48d9701af7c06dce548780e7 2,939 1.00/1.00 vMB 20
612,159 612,159 0000000000000000000f7539fb662df6aea6b5bf0df8c25d5f3173d0e9f6e8ff 516 0.14/1.00 vMB 18
612,158 612,158 0000000000000000000ac5c9db2c542771733056d43871c523a37d1dcbd68aec 1,235 0.37/1.00 vMB 21
612,157 612,157 0000000000000000000438650195ebefbab2426fefb540e29ccef3ab82a6bf69 2,313 0.69/1.00 vMB 20
612,156 612,156 0000000000000000000dd5fe5506294a1671dbd7ab6e0982dfae216c5a1c70c2 3,117 0.59/1.00 vMB 13
612,155 612,155 0000000000000000000bef2de4c811be73fae60e43de45a128d93c0f835ddb87 3,357 1.00/1.00 vMB 3
612,154 612,154 000000000000000000135c2cb4bc9bc1712ae917d66ea69003d5a8cf7dd3b106 3,582 1.00/1.00 vMB 25
612,153 612,153 00000000000000000009f15355ce4a0920cacfaacd2189f9fbc4f7a8a33abec9 3,206 1.00/1.00 vMB 32
612,152 612,152 0000000000000000000b9865c664c44ccae63bf8f6fc8988d01f636f686ddfd5 1,813 0.62/1.00 vMB 15
612,151 612,151 00000000000000000013e2aee0417bb4c4e18a9d2bdcd98a7cdf14904cf2fa89 1,499 0.50/1.00 vMB 19
612,150 612,150 0000000000000000000ae3c9ef75b3e2d6c05aadc07a742d88f723f1b68b1bce 2,156 0.66/1.00 vMB 22
612,149 612,149 00000000000000000009e8fb4ac719a362c1c4e3df439740069ee58e2a713258 1,112 0.51/1.00 vMB 13
612,148 612,148 0000000000000000000794ae59839b52c1808dff95583b76a171a22382728e4f 1,928 0.66/1.00 vMB 9
612,147 612,147 00000000000000000005a46f63d77ac52d2b4e564277841e33929cfc1fcbd94e 2,421 1.00/1.00 vMB 12
612,146 612,146 000000000000000000066e3247962e0fbb7a08477e5d19165ef538a491b2b4ff 3,318 1.00/1.00 vMB 37
612,145 612,145 00000000000000000003c14995cc517c82caaa594fbea7ec30af65609a2291b8 2,263 0.89/1.00 vMB 14
612,144 612,144 00000000000000000004db56de284e844bcbe4ca51901acf4c03353d3a5841f9 2,100 0.74/1.00 vMB 16
612,143 612,143 00000000000000000013c1621ffdc889d5b544c06072e56d158a8956272346fc 2,162 0.86/1.00 vMB 2
612,142 612,142 00000000000000000000832059895a3831724a321b3db57e25c34c990a0e2dc0 2,210 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.