Loading Tool

Explorer IconExplorer

Memory Pool

84,595 transactions
32.10 vMB
0.09870400 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt ae338fcf2e9126f5dbcd3cadc956e2bd494c5a067bd9b2fb1bb305b90a1a04a6
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root bbd9c5dfc1d9c5d927bef40d9aa05b9a734fd2cdda9cd717f1d79a8b8ae78a0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02748794 BTC
Feerates: 179.53 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (181,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,924 733,924 00000000000000000008d338b98b5d838cfeb81864cb5dc69e7e4f3d4f9763c5 2,817 1.00/1.00 vMB 10
733,923 733,923 00000000000000000007441a74062d37f1c48dde5dd869723a3670a194c2b1fe 1,223 1.00/1.00 vMB 3
733,922 733,922 000000000000000000024586ca170d93a0b6ac2c38811916a4ba3a89d0ecf8b8 1,712 1.00/1.00 vMB 2
733,921 733,921 00000000000000000004f18df78917b81ae8dc7c684f7f0ec5e41ee893c23fca 248 1.00/1.00 vMB 2
733,920 733,920 00000000000000000003140f83cbd7da3b712f57e1fe30049beeaa3def6d0682 1,165 1.00/1.00 vMB 6
733,919 733,919 0000000000000000000066b669458d618455f2b1371991e2bbd6a96ffc928baf 2,831 1.00/1.00 vMB 10
733,918 733,918 00000000000000000000474c120acd0570eb78b5cd9189a4fe9563c44afec18e 2,706 1.00/1.00 vMB 6
733,917 733,917 00000000000000000003252c1702dc2f0ea6306c176a5a42d7d74f2d841f5eaa 1,261 1.00/1.00 vMB 9
733,916 733,916 000000000000000000004cc502fe24428e0b7049d0c71b76b696cc5e2c0f06f9 2,755 1.00/1.00 vMB 6
733,915 733,915 00000000000000000008965aa39e2f3ca776be139a00ddda8ff54e1aecadba95 3,384 1.00/1.00 vMB 11
733,914 733,914 00000000000000000003c1d7f0233fc7ee2ae52056a96782603e282a594512e1 2,179 1.00/1.00 vMB 32
733,913 733,913 00000000000000000005cc64f7f16982e39a27751b4d5451ad68c01af06a50d6 1,838 1.00/1.00 vMB 7
733,912 733,912 000000000000000000037802c8c172e0c6e66ff845dcd075baacf6a8068df55a 1,847 1.00/1.00 vMB 11
733,911 733,911 000000000000000000015d103fd2a4f0c4563856d38ec24d9b7f246c4484bc06 1,106 0.97/1.00 vMB 4
733,910 733,910 00000000000000000006f4b1095c119a0e4dae26f2c3f905bd50675117e75b69 235 0.19/1.00 vMB 3
733,909 733,909 00000000000000000004033e24e96096fcc82f375f8d2bfbf1f7a11bea7e0d5d 732 0.54/1.00 vMB 6
733,908 733,908 00000000000000000005a032136e6e83ea83a95a52f2b15b9805efd13801670a 889 0.68/1.00 vMB 6
733,907 733,907 000000000000000000038c74eaaefbe07b9f2f65ea70b029f1707e99692d3706 1,333 0.46/1.00 vMB 10
733,906 733,906 000000000000000000026514cb73fab677ed8cf481d8c8f2cf0aa173b1929ad2 488 0.17/1.00 vMB 10
733,905 733,905 000000000000000000013740aca2c2d3adca44904ba2d203e14c69b994ee91e0 46 0.01/1.00 vMB 22
733,904 733,904 0000000000000000000469ac81951f85d09a220f1fd303973a239c8edc25aebb 1,489 0.60/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.75 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: 708.92 GB
    • Received: 16.78 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.