Loading Tool

Explorer IconExplorer

Memory Pool

43,670 transactions
27.22 vMB
0.06778857 BTC
Random Selection Loading Transactions
Max Size: 143.25/200 MB

Candidate Block

Mining Attempt 120087e81030a3b0b4dabf63f5be6345e0d1c04172135171abcdfe3d8325bf7e
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 5b13c8d192688de3793ca204431703e3120ebc423280b9effe4563f9ebea2f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.01707005 BTC
Feerates: 170.94 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (199,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,942 714,942 0000000000000000000011571beaade46f0a3de376a0c4cc1d9bcbcefe29c52f 751 0.22/1.00 vMB 14
714,941 714,941 0000000000000000000786b75993a3cab926014b22a67d4f329b9efc40290e02 94 0.06/1.00 vMB 5
714,940 714,940 000000000000000000095d2da7b7e20ed0e1640c66b13cd79ae931481a0427de 661 0.21/1.00 vMB 10
714,939 714,939 00000000000000000002c9b947abd4e8c56147cfdf9f2837cc4831d1ea7ceef9 1,343 0.49/1.00 vMB 6
714,938 714,938 00000000000000000008ac95eabd9141dd2dc755b38a4c97f9f2966057efff57 3,266 1.00/1.00 vMB 10
714,937 714,937 000000000000000000085665c0630e973fa9f6a42b64de9351a03b7ef5df9cff 1,717 0.56/1.00 vMB 11
714,936 714,936 00000000000000000005ff9326091d2130b5db32f1a4c7dfa16495a2c7baa625 909 0.26/1.00 vMB 12
714,935 714,935 0000000000000000000a520248890d3645914e9b5055d94f4a9bf3f24bde335e 1,261 0.41/1.00 vMB 11
714,934 714,934 00000000000000000002bc65ae926ecdafbcdf3bda9401abce69b2e05cfc90db 2,546 0.97/1.00 vMB 9
714,933 714,933 000000000000000000066b0509f49cff2e7748da0ba8422e038375f372c74ac9 1,331 0.49/1.00 vMB 10
714,932 714,932 0000000000000000000a3639a85d9218c7d7347e6ecfc0342597715032b9913b 558 0.21/1.00 vMB 10
714,931 714,931 00000000000000000002c75400eff518bbd640dc1e1f44f4e446c66ce56d572b 1,906 0.69/1.00 vMB 8
714,930 714,930 00000000000000000003eec26c9a2adaf2caa6033cdd1b3562c9607d4f8d33b0 2,353 0.97/1.00 vMB 9
714,929 714,929 000000000000000000076d64f5dfa1080a3004b38b5627180a2a2e68969bd6a4 906 0.39/1.00 vMB 7
714,928 714,928 000000000000000000058a60710f1a020159f6c8ece6f55e95f5227e05fd5de3 255 0.08/1.00 vMB 14
714,927 714,927 00000000000000000002516533b3bb337570a6fe8902cb82845bb1f577b71cf3 1,253 0.48/1.00 vMB 8
714,926 714,926 00000000000000000009d9218bc488f931765884bc6a52daa09c4fcc069edddc 254 0.07/1.00 vMB 11
714,925 714,925 00000000000000000006cf09b1fafc32fdcc74d8e96158dd43e2c71ff3ad35d2 1,123 0.42/1.00 vMB 7
714,924 714,924 0000000000000000000895021508ea759977f926a6745668a2ced5fbbd69628f 1,414 1.00/1.00 vMB 3
714,923 714,923 00000000000000000004b57211473f6fb4c5df71816949cc52ded0d2c5ad51a7 2,965 1.00/1.00 vMB 11
714,922 714,922 0000000000000000000b24e67b5c94c614d3cc30f839bfd0408bc95d61d516b7 1,182 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.39 GB
    • Received: 14.14 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.