Loading Tool

Explorer IconExplorer

Memory Pool

46,227 transactions
26.86 vMB
0.08814412 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt e8a4763edb80fdb3d0e74cea2dcb6c44a0e050442d58083a350e3bdb658a916b
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root a43346b1726c72bdc3aa77d602b5a12475c160bafaf4afff1e5776425e311761
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.03846126 BTC
Feerates: 101.64 > 3.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (187,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,496 727,496 0000000000000000000542b174054462a79ba9e23d4c86eeceb75f2ba0b58065 1,676 1.00/1.00 vMB 4
727,495 727,495 000000000000000000009d7852cd9ef1fff6a14e6631385969dfe208836a6756 1,804 1.00/1.00 vMB 4
727,494 727,494 00000000000000000007e725947db440493bffb24b316e42278641c8f8279f69 3,053 1.00/1.00 vMB 9
727,493 727,493 00000000000000000000a54692e8a9fcc9f9e7895717b76bb868821d66de56a6 2,330 1.00/1.00 vMB 10
727,492 727,492 00000000000000000000ba0bb9990d700b293fe722b2cfa8dd5b933ccaa68fbd 2,219 1.00/1.00 vMB 4
727,491 727,491 000000000000000000052c3035d11d311f03db490bbfa23e3d4ca00ecc0ee41e 1,091 1.00/1.00 vMB 2
727,490 727,490 00000000000000000008fc33a4fe14e5152aa4d93305ec6cddb2d50e11d8d402 3,028 1.00/1.00 vMB 8
727,489 727,489 0000000000000000000550a83207b5c8aac6787797ca3c7c804f02bef438dbf0 2,842 1.00/1.00 vMB 7
727,488 727,488 00000000000000000005f7cb6b6677386b98b2ad6f4249e60e31e68fbef1223a 2,563 1.00/1.00 vMB 9
727,487 727,487 0000000000000000000001e4ed46041a523abe146cca8ac3410620e4f0d54b9f 1,761 1.00/1.00 vMB 7
727,486 727,486 00000000000000000006397b009b1a079edf7c153f0abc4be7a91e443bb53201 1,593 1.00/1.00 vMB 6
727,485 727,485 00000000000000000001a3a1b0c021140a35f9a9da971bd8aeaf3e85b512f566 1,406 1.00/1.00 vMB 7
727,484 727,484 000000000000000000093d245da6946a3a537940808e142dca5bbba4c0bc78a9 2,933 1.00/1.00 vMB 3
727,483 727,483 0000000000000000000041b8074f495a83a1e11ba93d1b22b93b36adc2eca6f2 2,324 1.00/1.00 vMB 11
727,482 727,482 00000000000000000003e9e474d6ecc1789e3729b3754e185eabc75c01de4f7a 2,281 1.00/1.00 vMB 3
727,481 727,481 0000000000000000000251e97083079e55a9022816b39c0c63067cb35bea5025 1,984 1.00/1.00 vMB 12
727,480 727,480 0000000000000000000783409d689630df4aebfde9f4bd04e84a7e3cb9e7ff28 2,751 1.00/1.00 vMB 13
727,479 727,479 00000000000000000003ba2df4af712ae2ea6b593db13b5df96501210a149f83 2,261 1.00/1.00 vMB 6
727,478 727,478 0000000000000000000634934b02ff7edcf9fc99494d8540338706aeb64c3a4d 3,307 1.00/1.00 vMB 15
727,477 727,477 000000000000000000020b858da7d3bd0ca6a3a39f2e125f36ee5be2ae428243 2,585 1.00/1.00 vMB 10
727,476 727,476 000000000000000000029de317d021a10311148df90f749e9d62e81519a67922 2,878 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.