Loading Tool

Explorer IconExplorer

Memory Pool

80,645 transactions
29.73 vMB
0.09550702 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 9a4bfc37e0c46c7cc08d4568c3bfc1d760fa58a9972a190d52b51a4814232cb5
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 2e9044be5aa4e2687a48bcdbd6029817f13da478210c823dee7237ff9d02c9db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.03177325 BTC
Feerates: 502.67 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (266,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,765 648,765 00000000000000000003a41ae371a8400b4759b41cb3e492d9bbad3254f1b46f 2,041 1.00/1.00 vMB 68
648,764 648,764 00000000000000000007e2e519acb475c8a74f68d66cf3e43ba1976c0b31e41a 2,889 1.00/1.00 vMB 37
648,763 648,763 0000000000000000000396ee8292b0d8406e5ae1d8f74de87ced98cc8cddd37d 2,522 1.00/1.00 vMB 40
648,762 648,762 000000000000000000004c2da203c4a46c64c23b3bb36af807b74c027afa7cf0 3,050 1.00/1.00 vMB 40
648,761 648,761 0000000000000000000ee1311f875a0ee1e14633ce6c55a527a49bc7cbab345e 2,449 1.00/1.00 vMB 66
648,760 648,760 000000000000000000038321687f1877473895383c928321c829348cd53510d7 2,537 1.00/1.00 vMB 83
648,759 648,759 00000000000000000009f58fbf3afa173bb135c189719dd8395781dc30fe17c3 2,679 1.00/1.00 vMB 72
648,758 648,758 00000000000000000006519212bea9f012d26399f74d35b1019676418abc462a 2,756 1.00/1.00 vMB 99
648,757 648,757 0000000000000000000519ba04e1a0f7d2be2805bc1a474ebae713e9340fc945 2,760 1.00/1.00 vMB 45
648,756 648,756 00000000000000000005a9cde7b884593e91918559ba290ec65c323a9c1a10f9 2,014 1.00/1.00 vMB 29
648,755 648,755 0000000000000000000c81beb21e8abd78de61a74879714830d8a0238a8c5d7d 2,435 1.00/1.00 vMB 18
648,754 648,754 0000000000000000000234b0ad6b1317ba715940b58465bbf0590948a9f830f3 2,839 1.00/1.00 vMB 16
648,753 648,753 0000000000000000000a4e5daadf0319eb259b08b24b01a614558dcedc5986f3 1,865 1.00/1.00 vMB 53
648,752 648,752 000000000000000000036fbb7fdb165bb3c81f43c38069e36b11645ec5d67c35 1,990 1.00/1.00 vMB 64
648,751 648,751 00000000000000000008431f536e111cf4ce24f4a425e7488894e8d518dce8c4 1,740 1.00/1.00 vMB 43
648,750 648,750 000000000000000000019a80147c2c2f7e79eafa8adb2eb848bc2c3cf865c9e2 2,299 1.00/1.00 vMB 86
648,749 648,749 00000000000000000008eabf22d33e9a3d3a1f39608d2161961aeb8847ec20a9 1,658 1.00/1.00 vMB 68
648,748 648,748 0000000000000000000bbb3c8cc75d78526ab19ad1e388b1c8b0c7ab0792f950 1,505 1.00/1.00 vMB 58
648,747 648,747 0000000000000000000970c77f0aea428943819b3dac05e33c2ade6530305c70 1,356 1.00/1.00 vMB 77
648,746 648,746 00000000000000000001b6cda90c5823a8429a771f1744f7528e032dc9516df5 841 1.00/1.00 vMB 10
648,745 648,745 0000000000000000000906079b0f5200e8a54ba8d1366b6af1bf4fdfd08dd8ea 1,953 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.