Loading Tool

Explorer IconExplorer

Memory Pool

85,823 transactions
31.99 vMB
0.21222335 BTC
Random Selection Loading Transactions
Max Size: 191.33/200 MB

Candidate Block

Mining Attempt 209b594910ddcfbbb185db44354468a3668110ab4e44031a44c0da9b27e0b0cf
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 063c502d22d3cc838da11aa297e63fb859ff3a81566ad29a623bdb965fe28687
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.09576815 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (110,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,404 804,404 00000000000000000000135a74fca342c03a049ba4005b2e45325f847b09dda6 2,966 1.00/1.00 vMB 31
804,403 804,403 0000000000000000000353320ab6028b785e1c07576f9686d1965922f989f792 1,163 1.00/1.00 vMB 12
804,402 804,402 0000000000000000000236e44e5259b9b6fe09c1a9a4848d3d276ec358b0eaca 2,627 1.00/1.00 vMB 19
804,401 804,401 000000000000000000019dd258b574d1307b8ed1d96aa2dc5fda29cef4b2738f 2,077 1.00/1.00 vMB 18
804,400 804,400 00000000000000000000fc1a17b37bb00d1d741b0a59eabf675d8d466256f7f2 1,873 1.00/1.00 vMB 16
804,399 804,399 000000000000000000036d1fd84ead274950ff706f5cf2d3d3e82dfd0ed58975 2,038 1.00/1.00 vMB 16
804,398 804,398 0000000000000000000422f596b343156ccbca921d0beb757f54095fabcc3d02 1,926 1.00/1.00 vMB 13
804,397 804,397 00000000000000000004311e272d4a4c9c35f6a88741c709a2cb70b7bd7f8e95 1,067 1.00/1.00 vMB 11
804,396 804,396 00000000000000000001bf95d2e42b8d0749b84b22255ffb26c0fa83c140ee87 2,068 1.00/1.00 vMB 11
804,395 804,395 0000000000000000000117fe049a1fb5d6f4f6bcd3a3bf3a8213f84b2446909a 1,165 1.00/1.00 vMB 10
804,394 804,394 00000000000000000000714aa9c2817572260eea3f6c63c1b288771853c89ab0 2,454 1.00/1.00 vMB 10
804,393 804,393 000000000000000000019b7ddba363f3c1f8c8c33cdb8aeca5807b6ef780322b 3,001 1.00/1.00 vMB 13
804,392 804,392 000000000000000000013ea2eea804462d1e3b20f8abc281287ae4fe16196788 2,414 1.00/1.00 vMB 16
804,391 804,391 000000000000000000036f3b47c0363280e899dcc3833ac86098968ad6ea34a2 2,431 1.00/1.00 vMB 21
804,390 804,390 000000000000000000023caf962b85876e4767217ec63b7452fc76e12050987d 2,317 1.00/1.00 vMB 22
804,389 804,389 000000000000000000049e75e64eaf81821cbe710ec5e5e36275c2f3eb3e7081 2,630 1.00/1.00 vMB 25
804,388 804,388 000000000000000000033adec98f1722e9e09eca7b3508096b7523e78379d0ce 3,489 1.00/1.00 vMB 25
804,387 804,387 00000000000000000003e97c45015c4a9a5767fe07d8189d5ed4b6bb62e91cc3 2,876 1.00/1.00 vMB 14
804,386 804,386 00000000000000000001bcdb4026f2d5eab5f3b901a261564b0a4a078eabe511 3,704 1.00/1.00 vMB 24
804,385 804,385 000000000000000000018c20f3b872ddc2804935cc50a2de8e5d41b795d2aa4b 3,404 1.00/1.00 vMB 18
804,384 804,384 00000000000000000004656ff0cdd68a9d157018be4dd04d7714c6318271e309 3,308 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.