Loading Tool

Explorer IconExplorer

Memory Pool

73,983 transactions
27.40 vMB
0.06745660 BTC
Random Selection Loading Transactions
Max Size: 167.17/200 MB

Candidate Block

Mining Attempt 43da34f492d2cc026dfda68922e74ff502b45bfb03d1f5736c5d125172694c14
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 02bc3e2c349fa5f4da51e0c59568c515cddf18bad5f448b510391becf1c9886d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.00902149 BTC
Feerates: 65.93 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (54,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,942 860,942 00000000000000000000d1f05720046262a699c31a8321f38c344b16e6b46c42 5,610 1.00/1.00 vMB 4
860,941 860,941 0000000000000000000188ded32898808016d99b4bc1fcc310635d7c905658e1 6,144 1.00/1.00 vMB 3
860,940 860,940 00000000000000000001e3588f237f3d436fc2891bf055f273dd73e6d604310d 6,894 1.00/1.00 vMB 2
860,939 860,939 00000000000000000001c956fbe0e4ba8668cfdfb53fce7657a041d42657356d 6,139 1.00/1.00 vMB 3
860,938 860,938 000000000000000000014852c1008a114823bfba7b478cd9c13da4c8a385a2f2 5,617 1.00/1.00 vMB 3
860,937 860,937 0000000000000000000274ada2560cccee6dcfdc352b1e75bf488d5bc5563ccc 4,881 1.00/1.00 vMB 5
860,936 860,936 00000000000000000002fd8c4f896832e09183aba252dd45256423a9b54d088d 6,984 1.00/1.00 vMB 3
860,935 860,935 00000000000000000002fb661cdafbe73dfd8c2733a92d311cdee3c90ac16f5c 7,847 1.00/1.00 vMB 2
860,934 860,934 00000000000000000001c6a9f015e71e983bb559d8207d293213f2ca74ffe4cc 3,351 1.00/1.00 vMB 2
860,933 860,933 000000000000000000004ce346b08c1ab80bc9471a96b67e3dd9a0d6509ec551 2,789 1.00/1.00 vMB 4
860,932 860,932 0000000000000000000021cbca8d7e3c778648070da31e394929ba0fc65c001c 1 0.00/1.00 vMB 0
860,931 860,931 0000000000000000000138b6987659c57c81e21b0bf5eed47d2192e3c5bcffe5 2,290 1.00/1.00 vMB 3
860,930 860,930 000000000000000000004875435eba8b29c8a5febb15e61f315af0f5de73db56 2,327 1.00/1.00 vMB 3
860,929 860,929 0000000000000000000140db658deedf3c023c5ef7a712c5dffb0ba25fc29d30 2,345 1.00/1.00 vMB 6
860,928 860,928 00000000000000000002293860d36153a8a8d8e5e9c07e35f2d9591870d1dadc 2,701 1.00/1.00 vMB 6
860,927 860,927 000000000000000000012b8459fb13bd910c57f594b94b8d81c00518f541589c 2,586 1.00/1.00 vMB 6
860,926 860,926 000000000000000000010223ad8840c3ed02224cecc8caf1e68180308940b9fc 2,236 1.00/1.00 vMB 5
860,925 860,925 000000000000000000003cdb624b4624f1f4241789a1e4629869edddc1f7f720 2,140 1.00/1.00 vMB 6
860,924 860,924 000000000000000000000e1c7e7d0a79d2e716542071052bd16d3a29b0f6d88f 2,585 1.00/1.00 vMB 7
860,923 860,923 00000000000000000002c60d29950794c91dd85831e65a4455f300265c58e73a 3,218 1.00/1.00 vMB 9
860,922 860,922 00000000000000000000955b0e689e268e39b4fc88ae6e7cf28d1147a062845c 3,208 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.