Loading Tool

Explorer IconExplorer

Memory Pool

50,850 transactions
29.08 vMB
0.07411398 BTC
Random Selection Loading Transactions
Max Size: 157.12/200 MB

Candidate Block

Mining Attempt 72e84bb2af04eebe056c223f533b64129d3705e17d028b8e0ed7d79f18471632
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 3b0e9882d90da4d163b04bd29d0c992c89618d68f5c66004528bc8391c0d4025
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.01836402 BTC
Feerates: 173.90 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (314,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,011 600,011 0000000000000000000c0b2e7ba0c293ca0324d91eada716e9b458283347590e 2,395 1.00/1.00 vMB 31
600,010 600,010 00000000000000000015867f2403b86fd40b5fb101daeafa8040c8f0a66fcd04 2,639 1.00/1.00 vMB 25
600,009 600,009 0000000000000000000cfa4e0939572c39cdaa8d58a275ae22e5877fc925b91a 781 1.00/1.00 vMB 10
600,008 600,008 0000000000000000000bf7888726c756d2499909c3b74b57fc047b6fad2951f6 2,632 1.00/1.00 vMB 24
600,007 600,007 00000000000000000004d639cc0f8e00e1ba7f2bfb912bd1578fbed8e98fcfd3 822 0.22/1.00 vMB 15
600,006 600,006 000000000000000000111dad21282ce2750f6b6b0585454df7fae685a3b2ea27 1,615 0.41/1.00 vMB 19
600,005 600,005 0000000000000000000d8c9aec3181b376b9e9454b15152a8c165ac3d90c25a2 1,358 0.31/1.00 vMB 8
600,004 600,004 0000000000000000000c45f5f2db1dbaab7d9cfeb7137a51b84455dd86e57dba 2,557 1.00/1.00 vMB 11
600,003 600,003 0000000000000000000ca0b8cb70703ae2fab366c8f8ceb7cacea09edbc852dc 3,339 1.00/1.00 vMB 21
600,002 600,002 00000000000000000002447735c7723ee9188322c0938e6587866a4458b9135f 1,842 0.49/1.00 vMB 16
600,001 600,001 00000000000000000000817313d6b5fe4838ec6eff47fbe7c4b9f22a40c2a4f4 505 0.14/1.00 vMB 17
600,000 600,000 00000000000000000007316856900e76b4f7a9139cfbfba89842c8d196cd5f91 1,925 0.71/1.00 vMB 5
599,999 599,999 00000000000000000003ecd827f336c6971f6f77a0b9fba362398dd867975645 3,394 1.00/1.00 vMB 24
599,998 599,998 00000000000000000006c6a3fdbfe651c87e207ca0109749899a6116baa33bf0 2,844 0.73/1.00 vMB 16
599,997 599,997 00000000000000000008ed226fd5308804f3936a2a2d1e8a381ad10ecf3f14b1 2,035 0.50/1.00 vMB 12
599,996 599,996 0000000000000000000fe64520acfbd389eab5f7e411b29ab3f5ceb903baae9e 579 0.15/1.00 vMB 24
599,995 599,995 00000000000000000001e4d8120c7d23c6aefdecf2360708ec6fed4e3be539c5 2,647 0.66/1.00 vMB 15
599,994 599,994 0000000000000000000a9005d7a1220269d779e0e2da67e287e57c6306864e33 1,067 0.28/1.00 vMB 15
599,993 599,993 0000000000000000000e7475e25f781e437af6346524a0b541c1f86b92702183 2,878 0.81/1.00 vMB 15
599,992 599,992 000000000000000000108a4ad064508ac9109caa1e7e145cdfe38803765aa040 963 0.20/1.00 vMB 1
599,991 599,991 000000000000000000140cf0f4331188e17e4126a9b47cc016fbad7071b36e09 3,814 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.