Loading Tool

Explorer IconExplorer

Memory Pool

30,143 transactions
24.90 vMB
0.05752704 BTC
Random Selection Loading Transactions
Max Size: 123.84/200 MB

Candidate Block

Mining Attempt 5b3df4c0b441086522a588666591d45d6f0d0fa142bd49b6571fb04812c937ce
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 211dbbf7b5910070034b67e7e824b6dfc6e1e35a50f76f497ca759cd3e7ef8fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,379
Size: 1.00 vMB
Total Fees: 0.01302955 BTC
Feerates: 73.20 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (862,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,824 51,824 00000000134824183b6e2372007d9fb1002bc80c68f46d243fd4b7c3df536eab 1 0.00/1.00 vMB 0
51,823 51,823 000000000dca6fd34ebca903b4316b48e1427ef11c1885ed17d86e72adfe0fcf 1 0.00/1.00 vMB 0
51,822 51,822 000000001526efe1428053613faf4dd3fd5c3a494f44412b4839245fbda964aa 1 0.00/1.00 vMB 0
51,821 51,821 000000001e464918ff3a1c539b8d28143a1132f5cc9a1df0f5f6861ca4f2bea4 1 0.00/1.00 vMB 0
51,820 51,820 000000001f71a8fdd120e5d9889d763469b7cc1f43298e5114b91a6829734387 1 0.00/1.00 vMB 0
51,819 51,819 0000000014b1c1640ae23c511bd4308aa6ab64681ea6966f277297c9b5aaabc7 1 0.00/1.00 vMB 0
51,818 51,818 000000001b5b0cc69e9a6df1155ae6151666d23da9f68214313e714a26ffc627 1 0.00/1.00 vMB 0
51,817 51,817 000000000c6451b7b92c58ca6b60f8cd7c230e2cf448c8709e202b85d7bc5dad 1 0.00/1.00 vMB 0
51,816 51,816 0000000014079f6811958b0c7b1e374523337692991010e8736eb2eeb126df59 1 0.00/1.00 vMB 0
51,815 51,815 000000001b8326fb4bede62b41c194ca6096501aa59142ca7bd3c5fe2384c555 1 0.00/1.00 vMB 0
51,814 51,814 000000001c5d2eb2b073c30cff1fc1080f31ce97641412493e984fd48903c147 1 0.00/1.00 vMB 0
51,813 51,813 00000000208eb4548098ebfc0c09cb1bc388f160032f5e20e83cf1e025f8f873 1 0.00/1.00 vMB 0
51,812 51,812 000000001b00d3246c4bf0855b8d0b53179747f63d8669b89af16ef58758c593 1 0.00/1.00 vMB 0
51,811 51,811 0000000005bea787cf33eb219ac64b758bb752cf7511030ee5ad06de61dfafdd 2 0.00/1.00 vMB 0
51,810 51,810 000000000ce5c5158294b6fefdddbfe3daeafc3cc77d6141871393a9645ebc6c 1 0.00/1.00 vMB 0
51,809 51,809 000000000eb923ed6e9a49a25280e65edc3da16487bcb8ad9816b7d7a17c9d6e 3 0.00/1.00 vMB 0
51,808 51,808 0000000013b5b2fb96d2f6d9e60bccb7d3556e1e6bdeb58412358ef1345c417a 1 0.00/1.00 vMB 0
51,807 51,807 000000001974ff6df784948028d2992cc89fd4392117de11ecf51b1cb42f86f0 1 0.00/1.00 vMB 0
51,806 51,806 00000000048bda3e3e6cadd84d0a3e70f756acebb2a96da43ecd1bcef6657422 2 0.00/1.00 vMB 0
51,805 51,805 000000000fadb34bc43ad0cca1705a36da4786745398ee7755b9fc884ce3783f 3 0.00/1.00 vMB 0
51,804 51,804 000000001729eb156285e45f61c23306b84cb9400e8558bbedb0cc03362319ac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.86 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: 641.93 GB
    • Received: 12.53 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.