Loading Tool

Explorer IconExplorer

Memory Pool

74,621 transactions
27.50 vMB
0.06588187 BTC
Random Selection Loading Transactions
Max Size: 168.11/200 MB

Candidate Block

Mining Attempt 72f457c1604be23547f64eb774db6e5e0c610902ed20a1ad1911cf8f0136144d
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root bf506f35b7f801f074e0e0a852bf2fb386850395d9bda043d42f978de8a7001e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.00723759 BTC
Feerates: 50.34 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (495,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,804 419,804 00000000000000000501a2be22382faa76903a546765117729a3721b3ca54afb 415 0.18/1.00 vMB 51
419,803 419,803 000000000000000001a7acbb6ae46caf7c121e158717b36e17df63b66994a8a0 832 0.98/1.00 vMB 27
419,802 419,802 000000000000000003be87bc40d1c1cfbbc8f66b47632feabf1217ff230d9df6 1,326 1.00/1.00 vMB 19
419,801 419,801 000000000000000004e8aa8cf1a93b3f36e7aac9f207c04b090f87fcc7b4870e 1,920 1.00/1.00 vMB 39
419,800 419,800 000000000000000003fa501b597e57768e33b34fabc1db4e7504883e8c4eddcb 2,117 1.00/1.00 vMB 64
419,799 419,799 0000000000000000004b8683bc3ac93bb6bad5942ea6ffd4cdf2d2dfdc067029 2,154 1.00/1.00 vMB 38
419,798 419,798 0000000000000000047595466e05a5ddbcdbac1c29b9a5450b0980f6f0ede61b 2,658 1.00/1.00 vMB 56
419,797 419,797 0000000000000000050faed4414faa1968d14657fc91a59804a37459f7d5fe41 2,961 1.00/1.00 vMB 102
419,796 419,796 000000000000000004cfa879b27c210c2527f3503a051a07f5b0c5c5285d6a66 275 0.99/1.00 vMB 12
419,795 419,795 0000000000000000034641d1abb2e2346367ca242ec9ffc0adcb8ba002df5284 971 0.97/1.00 vMB 31
419,794 419,794 000000000000000001838d6f28a4777a7300d4a3bf8001bad581c2a759f0b30f 2,157 1.00/1.00 vMB 50
419,793 419,793 0000000000000000004c6692421e1bb90c52eb5e36a4c7dc616d8b7de3381187 736 0.32/1.00 vMB 54
419,792 419,792 000000000000000003d1ef0bb1d7b6279a77d9b704878269c90df8004392cbb3 1,682 0.98/1.00 vMB 31
419,791 419,791 000000000000000004b0134936ec42887551d617d118abf3689caa85b695a2cf 1,985 1.00/1.00 vMB 85
419,790 419,790 00000000000000000142068f1d2a83838d302c1801c2ba570fd111f090f439ba 1,062 0.71/1.00 vMB 28
419,789 419,789 0000000000000000028edccaf64a89058589122560a685ce7eddf4a22a0dbaab 2,115 1.00/1.00 vMB 48
419,788 419,788 000000000000000003ab94fa64e2d39e4d5339f44c7965b0534be8c0f1b006a5 2,651 1.00/1.00 vMB 68
419,787 419,787 000000000000000002a4529a14cdf5473063b376b53507d39a2ab57d87367348 139 0.06/1.00 vMB 44
419,786 419,786 00000000000000000240ec6bf7520f7121485d16f009a5d10c51f6fcad4a2e93 334 1.00/1.00 vMB 8
419,785 419,785 000000000000000000179bd8b1a46a2811d273a136d2d9936661db2846648f44 1,134 1.00/1.00 vMB 27
419,784 419,784 000000000000000001681510a32792ea6d45b0d8e37cd2248f68504bd7aca3c1 2,631 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.