Loading Tool

Explorer IconExplorer

Memory Pool

90,758 transactions
31.72 vMB
0.19928825 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt 8b64c1b597196e719677340720ec978765bddc012f23956f3232d1e2595e426c
Version 20000000
Previous Block 0000000000000000000169b9328b00815ef6be4c80bdeb24b0095f545ce0b145
Merkle Root bd33cc9adb03831b80d7f8e2f9c3bbde4b483c71e90cdbffb4ab771ece13e3e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,634
Size: 1.00 vMB
Total Fees: 0.05646694 BTC
Feerates: 121.67 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,630 (791,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,182 124,182 00000000000022533533bc1345d1dedc6b980a6bc4f9cca70c4956013846463d 20 0.01/1.00 vMB 1,489
124,181 124,181 0000000000003016aa878c48977db3147db1ae00ae8ff007c1a79313a2afd6d2 11 0.00/1.00 vMB 1,036
124,180 124,180 000000000000373bf812061dfd3778ff8d0810e34f15801e308ce3fa85fc2ca2 1 0.00/1.00 vMB 0
124,179 124,179 000000000000292ca7b26e5277d4e7e6d6be9289a97af14f9aa4bfa1cf85f326 6 0.00/1.00 vMB 332
124,178 124,178 00000000000045a45f8090d319d97ac7235d6f704cf1afaf90bffbf36dc4d552 48 0.01/1.00 vMB 576
124,177 124,177 0000000000004801ad70ebe3f9cb42ab4e08e307afbb3de792b66841a5732e7c 51 0.01/1.00 vMB 2,405
124,176 124,176 000000000000046b1ff825a740ffb4606922ba60634f0739bd238d4b474320fc 19 0.01/1.00 vMB 1,155
124,175 124,175 0000000000001f02b9f3e8f5464587ea2c1bbdb4edff60b434cf617d9fbe0c0e 24 0.01/1.00 vMB 682
124,174 124,174 000000000000678d1cec66007a83e9f18f68fdba8bbfb341475302957b61c69e 22 0.01/1.00 vMB 667
124,173 124,173 00000000000017ae442b69964ff6a958aff1338b09b881798a76ab33fc564a1d 24 0.01/1.00 vMB 121
124,172 124,172 000000000000410afbc66f53efa9cd742f599be80677132cadb47999471ddf79 3 0.00/1.00 vMB 886
124,171 124,171 000000000000099b41ec0daae849e5f697215850869b7b1d4c99156d591d75eb 7 0.00/1.00 vMB 254
124,170 124,170 0000000000002cb3f4c5c060e590257683095731d4432329679b0cccf3827761 9 0.00/1.00 vMB 790
124,169 124,169 0000000000000aa764b18f5ff56b526c45013545ac16d6a5e47873ef922ebfdb 48 0.01/1.00 vMB 2,611
124,168 124,168 00000000000009e32663bafb87b6c5bb8d5eaa77b8d25dbb73274e01e2d2e1dd 12 0.01/1.00 vMB 728
124,167 124,167 0000000000004f2ef8ca866fa93f1104f63a5980ecc455c16077d1fbf60a9b50 52 0.02/1.00 vMB 591
124,166 124,166 0000000000005bbd2559b3d5e8a1f2d0adf0668450fa601c0722013f1e2f8cba 35 0.01/1.00 vMB 2,545
124,165 124,165 00000000000037b1d83b8326dacd3e960ed99a467c01358ec3689fb242ba9782 9 0.00/1.00 vMB 307
124,164 124,164 00000000000017eb11a58a79bddb4a94b697019a17c26873f49a300514ac2d03 6 0.00/1.00 vMB 344
124,163 124,163 0000000000003c7bcea4f1a11c9d3e8ef5b32163be917400c5f634f2501a7943 2 0.00/1.00 vMB 0
124,162 124,162 0000000000006a127454a5819caca525c061f9ba4f170e1f39b03bb8f0d25afc 21 0.01/1.00 vMB 595
Previous 10 blocks ↓
Total Size: 783.48 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: 772.38 GB
    • Received: 20.24 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.