Loading Tool

Explorer IconExplorer

Memory Pool

43,374 transactions
29.82 vMB
0.06958709 BTC
Random Selection Loading Transactions
Max Size: 152.59/200 MB

Candidate Block

Mining Attempt 1faa977145b4d3e2fa26bad51e94b6ad07f4209f9ba4e693e963546df163dff6
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 7ce6cdc5e9e531043d519da838238987427cdb20e49857ec6268c9c938a3da29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.01047011 BTC
Feerates: 16.46 > 1.05 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (333,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,954 580,954 0000000000000000001b118d4fa59d98090471e1eb27ea347bd0167b25f11009 255 0.11/1.00 vMB 61
580,953 580,953 000000000000000000182eb6040f8d199084565acf05a2ab3f68edb28b5ccc5a 1,974 0.89/1.00 vMB 7
580,952 580,952 0000000000000000000727ace452144287698b4376cfefdfa79221402f194034 2,269 1.00/1.00 vMB 27
580,951 580,951 0000000000000000001bc04f066e8d4f82e17606d65d2bb2c98c1a2c1d385b4a 2,316 1.00/1.00 vMB 84
580,950 580,950 0000000000000000000eba447901aa1c7db96238aafbce5974488cb3982ac938 2,595 1.00/1.00 vMB 88
580,949 580,949 00000000000000000022b5071d89d81f7cdca1bd8d161e5bd09963c572ee698a 1,229 0.47/1.00 vMB 56
580,948 580,948 00000000000000000021668b9bb7d3085a215da9846070d59b9a96c4bf376b5a 2,222 0.76/1.00 vMB 44
580,947 580,947 0000000000000000001041d0b8e977a9492add7b1a8b6a06a70e714e8f3fcd83 1,175 0.36/1.00 vMB 19
580,946 580,946 000000000000000000177716b2f94501698e0717f2c6599a819a3540c86acc7f 2,064 1.00/1.00 vMB 66
580,945 580,945 00000000000000000024e375f9f9e3b81d80123b0259b32bfed0b6867bfa0271 815 0.30/1.00 vMB 51
580,944 580,944 0000000000000000001272a0fd6bbdd8c325f645a4c28e52921a664e6ea1d337 1,211 0.51/1.00 vMB 41
580,943 580,943 00000000000000000003a9e039f90d9071b0d985aadff58933fc6d1d437cd209 2,985 1.00/1.00 vMB 6
580,942 580,942 0000000000000000000b61c0b28bb0f6aec1a57240febea3440a50c2ab7db53b 2,590 1.00/1.00 vMB 78
580,941 580,941 0000000000000000002356cf882b4ea79024f5d874859bb2a311eb57abcd7b3d 2,691 1.00/1.00 vMB 81
580,940 580,940 0000000000000000000d7b6533c816f45113fbf8aeb783fd52f1c58e95869051 861 0.27/1.00 vMB 34
580,939 580,939 0000000000000000001146baf8a1f34dd1c70600f9fda877a867fe63dcab6948 1,633 0.58/1.00 vMB 35
580,938 580,938 0000000000000000001924fdfd9bd4684536c3fa99d2cbba40bde8107e002de1 2,115 1.00/1.00 vMB 19
580,937 580,937 0000000000000000000d7e4cb7025571d67b1f57c993d8494ceb6ce2f553526f 2,616 1.00/1.00 vMB 67
580,936 580,936 0000000000000000000fe5e9886628ce30d01532c8ac3e5a31a4284c66fbccb4 2,787 1.00/1.00 vMB 43
580,935 580,935 0000000000000000001d9ef238f6c2ba4ec425ce35b47872708cc26b3b6a8fd8 2,259 1.00/1.00 vMB 10
580,934 580,934 00000000000000000007440425a6631f9b23e22943e2fd34ef72285382505472 2,282 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.64 GB
    • Received: 11.69 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.