Loading Tool

Explorer IconExplorer

Memory Pool

44,086 transactions
29.19 vMB
0.12000076 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt f18c7793d0492603be6d970f03ae884e2eb0e82870076bacff186e5e019afccf
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root bdbc88f3cd667ffef9cb4c6ecdb2a3a9818cc77df3aa953a123335340d42bd07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.04224185 BTC
Feerates: 251.72 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (840,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,417 73,417 000000000010113c1ed2c01724a5676d2715bffa2a75fbc76afa4e0309a7c649 1 0.00/1.00 vMB 0
73,416 73,416 000000000074876ff56617520f16951f114e737f6ef19c79ebe8c1bd3c61a2ae 1 0.00/1.00 vMB 0
73,415 73,415 00000000008f38a0ed67a68a550dd4e53aaa77789c9990657dee5e598e1b0427 1 0.00/1.00 vMB 0
73,414 73,414 00000000004a9614521c1787103bd0268c10f643dc7b4f5ff0c8b564d9a22a8d 2 0.00/1.00 vMB 0
73,413 73,413 00000000003cc684d44ab43916593a31e0550ebc19a9a20d619179ff3d2d320f 3 0.00/1.00 vMB 0
73,412 73,412 00000000006376111285c405cac1dbc459d65936b7942af25894430d0b69533e 2 0.00/1.00 vMB 0
73,411 73,411 00000000003ac97629348b5f5c915b418d41ed92d19e55959ffa25f488d77829 1 0.00/1.00 vMB 0
73,410 73,410 0000000000a46f7616c957e5c3d21611728f4b0b3a4568c4e26d1d693ef1e709 2 0.00/1.00 vMB 0
73,409 73,409 000000000096050b777e0942521f746d9ecc52b0599086238132264bb5e71399 1 0.00/1.00 vMB 0
73,408 73,408 00000000000f862f5acae1d3546df37be4a31963182366c51f874c47eb7d074f 1 0.00/1.00 vMB 0
73,407 73,407 00000000009d47eaa47d20fdf3885a62c4d0a51184f8c06c44ce9ce54a506522 1 0.00/1.00 vMB 0
73,406 73,406 000000000053ae0d215337586a2b17eae3a654509ca169aa22f2df107a98bb42 3 0.00/1.00 vMB 0
73,405 73,405 0000000000065dabce9438fc563d1f79351a92d7ef02afd3f09a121bbb950e2f 1 0.00/1.00 vMB 0
73,404 73,404 00000000004d74e99cd7cb2790e2d469227fd53f8bfb9aa3622e2adc4de8077e 2 0.00/1.00 vMB 0
73,403 73,403 000000000064bc7bb84092c587a93f2de5076f98edaa0824d211c3fb0e16c7fc 1 0.00/1.00 vMB 0
73,402 73,402 00000000009f014a5a3440cb12fa7f61b9c9d29a685b3a0c244feed645588c99 1 0.00/1.00 vMB 0
73,401 73,401 0000000000018960a6ae6499c86f18c4828668aaee4d9ff721f609257a4eefd6 1 0.00/1.00 vMB 0
73,400 73,400 000000000033cf0862f8148225c6c11a8f36b2ae0f1076629070e4efc93f7d9a 2 0.00/1.00 vMB 0
73,399 73,399 00000000003b156b0a55961f0d3cb2ae353bc18a0c14a40259ae189cbf22aa7f 2 0.00/1.00 vMB 0
73,398 73,398 00000000000e40c7fb3257a904714e2da435c2b5cf88f66ac93fed7c25cde31a 1 0.00/1.00 vMB 0
73,397 73,397 000000000024b9ff724692cab4cfe9b7de627099b18f6f6d6585f41e446b25c1 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.44 GB
    • Received: 9.11 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.