Loading Tool

Explorer IconExplorer

Memory Pool

44,331 transactions
26.85 vMB
0.07003732 BTC
Random Selection Loading Transactions
Max Size: 141.25/200 MB

Candidate Block

Mining Attempt 218559800d574975afd96943841f96b2732c3a48eae5fd7a89047c8ae5ac27cf
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 951bc8d69095cf1654a92e1a892cbf66ddff59befb3f069382ee795b43397fdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.02007352 BTC
Feerates: 96.15 > 2.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (498,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,872 416,872 000000000000000004bc5b43fc17f7e51618a6a50921b1ef6c91e6788c83cc22 509 0.99/1.00 vMB 16
416,871 416,871 0000000000000000011780f57bb70b3ea9e7fc0697d53ae152fac4dbcb4657ba 969 1.00/1.00 vMB 32
416,870 416,870 0000000000000000026bac8b0dd3b72cc86c0d9e0d59ec7c4007af833076de61 1,884 1.00/1.00 vMB 37
416,869 416,869 0000000000000000020343df987297707e5c93d1e2478dbcb1c2e1fcd4312b3f 2,792 1.00/1.00 vMB 68
416,868 416,868 000000000000000002b74f0181d46a9e7f97518a9f50dfc7632b43d2959008a1 2,249 0.75/1.00 vMB 93
416,867 416,867 000000000000000003f1b1aa9f2b966dc87d8f65d5548adb59377b8b967a72f1 602 1.00/1.00 vMB 21
416,866 416,866 0000000000000000007d2c4919d3f22e31e6a27d3aa399a543839f2c47e0cf0d 669 1.00/1.00 vMB 21
416,865 416,865 0000000000000000025d3ca66254f8edd5392eec846cf0325f7338ea81d5249c 500 1.00/1.00 vMB 18
416,864 416,864 0000000000000000010c1c8231eb3546b0575dc24f8b29c57be9f1c6bba640e5 350 1.00/1.00 vMB 11
416,863 416,863 000000000000000004e331e77a2ccc092e91d4f282a1cb31dcc6e6c91c17692c 1,313 1.00/1.00 vMB 36
416,862 416,862 000000000000000001bd4d68f3a7883a4c368068db31cb3221ad981140523e68 1,538 1.00/1.00 vMB 42
416,861 416,861 000000000000000002c49c11544e2f86d17a05f0dc603cd19cfef694a0cb7a3a 965 1.00/1.00 vMB 27
416,860 416,860 000000000000000004f020c8142a4a40d22d63afbc597e8dc8e03a89482af294 1,981 1.00/1.00 vMB 49
416,859 416,859 0000000000000000046e09c981bfdb38799de1a80dc568470e7a768682b7b159 1,428 1.00/1.00 vMB 39
416,858 416,858 00000000000000000500f3a62185b362eae9903114360050c09e51d5435e6229 59 0.02/1.00 vMB 62
416,857 416,857 00000000000000000019d51b14bfae3f76c063eb905b54d4e813102f2dce935f 1,188 1.00/1.00 vMB 34
416,856 416,856 00000000000000000468725d7e03596ad7ef08211194d8e3d6dfd1ce6d6455d9 846 1.00/1.00 vMB 26
416,855 416,855 00000000000000000315ee67bb4a3f0917b1257b6d092fdeee767f1819f7d4c5 520 1.00/1.00 vMB 20
416,854 416,854 00000000000000000294e901071d02d45b7384d9673dbb833d44f22664b222b5 822 1.00/1.00 vMB 34
416,853 416,853 000000000000000003c937f8422473cc5bf337837bf8fb9980ca759b156c7d6d 2,296 1.00/1.00 vMB 78
416,852 416,852 0000000000000000008de81f3bc155c58f56edd5489f1bffea877c96ec5773c4 1,995 0.71/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.