Loading Tool

Explorer IconExplorer

Memory Pool

78,265 transactions
29.02 vMB
0.08923968 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt c023ff0c18d4a9a8f83c2f4a01c46f94e00f5296d35116578e5a5c2e7fdb49b1
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 305f3d0aa220fb2f4d90ca06e87eec16ea813c2fb55b6dae54410015616b2167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,290
Size: 1.00 vMB
Total Fees: 0.02863726 BTC
Feerates: 477.45 > 2.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (210,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,852 704,852 0000000000000000000159ab851d4416e0fa023ea534c8acb44b514ee08fd5e2 2,064 0.75/1.00 vMB 11
704,851 704,851 00000000000000000003d572d105b4815fcbf48f77b716b59d8e9b505c674b39 1,032 0.45/1.00 vMB 10
704,850 704,850 00000000000000000004973a2e63cf59c9d6be63c3db62193ee244ce900aa84c 1,072 0.57/1.00 vMB 10
704,849 704,849 0000000000000000000c7818e10cde38d5203c54a18afd31c4c2c7a067deb7d3 492 0.17/1.00 vMB 11
704,848 704,848 0000000000000000000b52420e5428cbddd3cab99de3d7d93477de1604e032ea 344 0.19/1.00 vMB 13
704,847 704,847 00000000000000000000c9e8bd146b4fe25625e765e6d9e81ba62c8642b29291 1,386 0.46/1.00 vMB 13
704,846 704,846 00000000000000000006a202a4592a1284dd9bc9fc03c4b41377de180dc3d418 1,658 0.61/1.00 vMB 18
704,845 704,845 00000000000000000004a7d0861df33476cfffdc08e10795e47aed61f4086f3a 1,681 0.88/1.00 vMB 2
704,844 704,844 000000000000000000076becacf9e6a232703e36e3e662ca1ee9d7c688358735 2,733 1.00/1.00 vMB 18
704,843 704,843 0000000000000000000aae5422cd1d9f32c18136d79e9e07911282985c1ea5f5 2,681 1.00/1.00 vMB 6
704,842 704,842 0000000000000000000c141f3fae212dc8a69b687af7d0177a7e2aae774f5d21 2,447 1.00/1.00 vMB 13
704,841 704,841 0000000000000000000755f7d8d68458b24794c517162065c46917c8651e8a97 3,095 1.00/1.00 vMB 9
704,840 704,840 0000000000000000000e1dfde8329b2477c362732e468ac46d97e221a8b535be 3,025 1.00/1.00 vMB 15
704,839 704,839 0000000000000000000031c73c1cd5da9debfad09d79853e9ab0cd6c8dcf5465 2,986 1.00/1.00 vMB 29
704,838 704,838 00000000000000000007fc6fdb81098057221ddcc288db230bd3dd121a6bff74 1,426 0.66/1.00 vMB 8
704,837 704,837 000000000000000000044e41d6be6a7c04e1c970d419b8e211c1e59fadde8ac3 1,087 1.00/1.00 vMB 15
704,836 704,836 0000000000000000000924c8a5a41d89fc1457a47e2343829762adfa9d84a057 1,322 0.43/1.00 vMB 14
704,835 704,835 000000000000000000095b924f16cde0d09b62216146eb6782af6881544a5abc 382 0.14/1.00 vMB 14
704,834 704,834 000000000000000000027bbd7b0341988ecbfeb3c7f46938b391f088378987ff 1,743 0.52/1.00 vMB 15
704,833 704,833 0000000000000000000892e21f603d8590b0867a98b331a1faac31210fcbe6fa 64 0.03/1.00 vMB 14
704,832 704,832 00000000000000000009334b5020b0658602683219a38a978f9e84c0c5bbf905 2,675 0.84/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.