Loading Tool

Explorer IconExplorer

Memory Pool

39,306 transactions
28.74 vMB
0.06622078 BTC
Random Selection Loading Transactions
Max Size: 145.80/200 MB

Candidate Block

Mining Attempt a6c1f1db78066f99e2205aaf7c5853e8f230fab928e230ec593b7f3cd96d9cf0
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root f285bcdfc7bd49276d6440b377faaf7dbb9400ef3828ed6ad4c1b63c282dc2ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 1.00 vMB
Total Fees: 0.01055611 BTC
Feerates: 88.61 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (65,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,837 848,837 00000000000000000002ce39be841b706456a2ecd04307212c89b78d00e9a4a9 3,738 1.00/1.00 vMB 12
848,836 848,836 000000000000000000027aff9deef26811e46af4ff25a2cb4cbd9ffd8c686166 5,185 1.00/1.00 vMB 9
848,835 848,835 0000000000000000000116841f7aa4ff2a89a7ae06015186614f389f995efd51 3,770 1.00/1.00 vMB 11
848,834 848,834 00000000000000000000b1b5c0bac54c4e229d90c030efd1fc6321aea6e3d397 3,009 1.00/1.00 vMB 18
848,833 848,833 00000000000000000001d37a0c69b6acdf4be913f9cab24d257d7a5735e69c10 3,825 1.00/1.00 vMB 16
848,832 848,832 000000000000000000003afb5871dc9f4e3250c5a8cede8fc420c97850443aaf 3,558 1.00/1.00 vMB 18
848,831 848,831 000000000000000000005f06236122de4620024fcbefbed4e7f073790a67aee6 4,562 1.00/1.00 vMB 17
848,830 848,830 000000000000000000005a2a38c0268e72014f69f5d075742d5d881f9353a988 3,788 1.00/1.00 vMB 15
848,829 848,829 00000000000000000000e5036cf5db02384ea46e60fad6f02d94d8ea30870ad3 5,152 1.00/1.00 vMB 13
848,828 848,828 0000000000000000000139ed41de8ec168913f3cba26cf236ca7e77cf36232fe 637 1.00/1.00 vMB 8
848,827 848,827 00000000000000000002337b0d351cfdc3527ae6355e8a15fc4fc8051fede3bc 5,742 1.00/1.00 vMB 9
848,826 848,826 000000000000000000034aaff69d42a1c65a3804dd57d3c2ff806af4965ca7c0 4,183 1.00/1.00 vMB 12
848,825 848,825 00000000000000000002cdf75862f7c90d813a7bd1a531b1b6d0b7d8651e7c6a 4,231 1.00/1.00 vMB 14
848,824 848,824 00000000000000000000a431241a66c0e2f488a300f620588068948ff2335c3f 6,218 1.00/1.00 vMB 9
848,823 848,823 000000000000000000020b2f9af5aacd9907085581c630c5573252a87d93906f 3,292 1.00/1.00 vMB 9
848,822 848,822 00000000000000000003395621b3d8fb35d4150b3451892a724855eefa8c1125 3,567 1.00/1.00 vMB 10
848,821 848,821 00000000000000000000db2c7fe7497816a60659fdbdacba4e01f60241636120 3,424 1.00/1.00 vMB 13
848,820 848,820 00000000000000000000652dbc708161f5f6f30e6d243daf6b16aa18b9043808 3,534 1.00/1.00 vMB 12
848,819 848,819 00000000000000000001a68058260e79e35d9efb2e787e24b0e91250faa5c91a 3,659 1.00/1.00 vMB 22
848,818 848,818 00000000000000000000ace381806b68c85b4c00b799e3e75fc95fb8ab2743ce 2,756 1.00/1.00 vMB 13
848,817 848,817 0000000000000000000305cb4bf920d0ff2cafe6d914ffe1c441d71507b7548b 2,068 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.59 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: 623.15 GB
    • Received: 11.42 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.