Loading Tool

Explorer IconExplorer

Memory Pool

75,186 transactions
28.99 vMB
0.07979280 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt 508c100a9d0b12af7a9a10b01830dbfecbf983ac26995820a1554dc4535b578a
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 1766c2dabffcf9896f9750eca69b08be6db60ab9615122c7794e13f08216a2ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01897822 BTC
Feerates: 100.29 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (78,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,877 836,877 000000000000000000033e7253101a4bc8f93b67b923fc1d1f1b65ebe19e0862 3,878 1.00/1.00 vMB 15
836,876 836,876 000000000000000000008fccfa22cf55e5ce1bb6a9189ec5d24dc6008449f8f5 2,915 1.00/1.00 vMB 21
836,875 836,875 00000000000000000002171116ad4fe05c70a68c936c9d4b484b3bad11ea749a 3,198 1.00/1.00 vMB 18
836,874 836,874 00000000000000000001e8c3f6b269e97c535b69006aa6864debdefa4ee1804d 3,988 1.00/1.00 vMB 19
836,873 836,873 00000000000000000001e2be5f7e2cdcb3c775d93cb3acec8a1d9c7a5435b8e3 3,747 1.00/1.00 vMB 22
836,872 836,872 00000000000000000001472b83862e43216ae670d5a29f68b0166e8ab84ff09b 3,046 1.00/1.00 vMB 19
836,871 836,871 00000000000000000002bb95a06d7bf5c1fb256c87023279cd05486b968fc7d8 3,371 1.00/1.00 vMB 23
836,870 836,870 000000000000000000019b669aae6515309392f912c95c27a41d557827194055 3,210 1.00/1.00 vMB 20
836,869 836,869 00000000000000000001dcdb653416573511c4944688dc2576dc28867a4cf85a 3,024 1.00/1.00 vMB 16
836,868 836,868 0000000000000000000080a62abed3fefe3ad3adff559366a660ee1cd3ab2db7 2,836 1.00/1.00 vMB 9
836,867 836,867 000000000000000000014171bed856278ebb560fa5ff2e1361055f9d06020b1b 1,935 1.00/1.00 vMB 9
836,866 836,866 0000000000000000000085e63a8a71ac5f1b6357a1f495f0f64b1ae189bfce07 1,646 1.00/1.00 vMB 9
836,865 836,865 00000000000000000002fed750b10eeba1ae62f68f3ea5ab7707f2a64580a259 2,348 1.00/1.00 vMB 13
836,864 836,864 00000000000000000002e09b11c22ebe51ef6d59156c186e8beac3a6029127fc 3,474 1.00/1.00 vMB 15
836,863 836,863 000000000000000000003a55c63e9af40cfe4a137af52cdc70e3c5f80dfd6a9a 3,112 1.00/1.00 vMB 21
836,862 836,862 00000000000000000001f64c076a3110c11b8901dde88e8b724ad27f3edba96c 3,160 1.00/1.00 vMB 17
836,861 836,861 0000000000000000000168e1afd2acdf359267220bd98bbc92cf6fd1ac7c9afd 2,554 1.00/1.00 vMB 13
836,860 836,860 0000000000000000000236cee6287f00631d24375a93814ce5d772c419d613a8 2,349 1.00/1.00 vMB 13
836,859 836,859 00000000000000000002b3046215e619d0e83e73ef896f4779b23b0b0de1ce6f 5,058 1.00/1.00 vMB 13
836,858 836,858 0000000000000000000118a02f46dd0326176943747800d5a43a5b1563905888 3,665 1.00/1.00 vMB 10
836,857 836,857 00000000000000000001003eb48a90787d592660d62acb225fec6a3c00a0e288 5,249 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.93 GB
    • Received: 15.32 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.