Loading Tool

Explorer IconExplorer

Memory Pool

77,243 transactions
28.70 vMB
0.09476468 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 70e13e97468d9b23306f8344b2c3a362592189f3a61d9ff87af89239322ad418
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 4b4609bad6654ed61eda2776b89dde25c437eed6d154d1c2bb96ceaab1fb703b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,436
Size: 1.00 vMB
Total Fees: 0.03516014 BTC
Feerates: 101.64 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (350,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,363 564,363 00000000000000000028fa614d6fbe8888a5ec078c08fc67dadc8c8fea671942 2,366 1.00/1.00 vMB 24
564,362 564,362 00000000000000000015c62fc7b2cdbb60ecb4f37c770995b0a0ed6ab01aff6c 3,503 1.00/1.00 vMB 39
564,361 564,361 00000000000000000001c0fd9f485db6752abbbb1fa343bf28717a8825130655 3,435 1.00/1.00 vMB 44
564,360 564,360 00000000000000000002bd75368ad79f2da661761987d0d54fffe71f60212a02 2,662 1.00/1.00 vMB 16
564,359 564,359 0000000000000000001eb662318b0ff38685352b96ba39b284fcbf77d4ce8f94 3,197 1.00/1.00 vMB 23
564,358 564,358 00000000000000000022ce3d2c94135f6fa7389c0804f3b3208993e59b38f933 2,105 1.00/1.00 vMB 12
564,357 564,357 0000000000000000002a9dfc42e789f4970bafea893f944452be6bd1ed4c0f85 3,086 1.00/1.00 vMB 42
564,356 564,356 000000000000000000003d8a4f78cb280e50012872e93c5b5076b4f0419deeb8 3,005 1.00/1.00 vMB 21
564,355 564,355 000000000000000000062c18f9c2573da8a813e58c48b0699efa41d5b6071e71 2,871 1.00/1.00 vMB 7
564,354 564,354 0000000000000000001d370addba6e31a48ef22a3641e38a706bc52a2e0625a3 2,904 1.00/1.00 vMB 17
564,353 564,353 0000000000000000000e5007a537641d985eb98d6a62e811351b933aa479be43 2,333 1.00/1.00 vMB 28
564,352 564,352 0000000000000000000dad1ba1cb81102258b46323695719cf134222f1bbad35 2,628 1.00/1.00 vMB 33
564,351 564,351 0000000000000000002a6a8014414752d696c0fa2ea380ae1c5b8c27830f5edf 2,512 1.00/1.00 vMB 35
564,350 564,350 0000000000000000002aa120a6e7200a6a726f15b793b41868acf2a7b24f1850 3,510 1.00/1.00 vMB 43
564,349 564,349 00000000000000000009917a263a01b80d3cbe6e69b562a29d62de9170551be8 3,004 1.00/1.00 vMB 32
564,348 564,348 0000000000000000002b4efdd796d0288213b7d2f2849ec95e9be9a9a722e5e6 3,047 1.00/1.00 vMB 7
564,347 564,347 000000000000000000086df0b3424771f04c9726fd2a12f94fda7b19e8cfe8b5 2,775 1.00/1.00 vMB 26
564,346 564,346 0000000000000000001d148d3c497cd82d7bf49413911ddd8b2e1fbf194063a7 3,145 1.00/1.00 vMB 5
564,345 564,345 00000000000000000000177f66b6e4b1ab05ed518a401aff4fa497129524a281 2,730 1.00/1.00 vMB 25
564,344 564,344 00000000000000000004229264864fc39aa32ea67e95b673d56a935f538a92e1 3,415 1.00/1.00 vMB 44
564,343 564,343 0000000000000000001489e72bb95b600c4deab2c66080b06c2704b84ec40aff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.61 GB
    • Received: 15.96 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.