Loading Tool

Explorer IconExplorer

Memory Pool

39,512 transactions
27.97 vMB
0.06325883 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt dd4c7e86b446b4484d175744ea5a6b247ff1e466195caf413f22e2b0eafd2488
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 381a69697040b28703eb2e0374fc2f311077005253d1920dcc4a879f8588b648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,117
Size: 1.00 vMB
Total Fees: 0.00963870 BTC
Feerates: 201.07 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (77,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,729 836,729 000000000000000000030e88203a2304cc99932703c8fe5b48dfc95a3c74b620 3,022 1.00/1.00 vMB 31
836,728 836,728 0000000000000000000308b0635a41576c171922349c9b625aef7ca7131c5fe4 3,455 1.00/1.00 vMB 22
836,727 836,727 00000000000000000000bf4e536eacb22234351944635c7a917b7d971d8876e1 2,408 1.00/1.00 vMB 18
836,726 836,726 00000000000000000000780cfbe3e8552fbc979a3656b81becc82f9bc0b08227 1,244 1.00/1.00 vMB 15
836,725 836,725 00000000000000000000f87397d7b521c3ec0d08ce8020174bcf9f6e2648c2ae 2,577 1.00/1.00 vMB 21
836,724 836,724 000000000000000000034956c62ec4846f5e4c59d26f6a63be6c91f39e8590b0 3,113 1.00/1.00 vMB 21
836,723 836,723 00000000000000000000ac512720eae79e7712e796bddd0d0fc50ea041f1ac18 2,590 1.00/1.00 vMB 23
836,722 836,722 000000000000000000017ead8dd5d7463ad38ca80d0b3ed5f3e6bf25ac60f917 3,001 1.00/1.00 vMB 21
836,721 836,721 0000000000000000000302e486698bc0038aaef8e641448bd588ea1c92727eed 3,463 1.00/1.00 vMB 29
836,720 836,720 000000000000000000030b6725c58bfc5b34e181d5a99f88406b4b6c0277d49c 3,087 1.00/1.00 vMB 30
836,719 836,719 000000000000000000020361404ec84220f2334ece22dbffa6f84e5323574280 1,332 1.00/1.00 vMB 38
836,718 836,718 00000000000000000000081380fab8ade2ff7f666d3dcb4fca6b5d184ec54e38 3,332 1.00/1.00 vMB 41
836,717 836,717 00000000000000000000c5665ef4ee72258d4b9bbbd604e5f03319771d96ec47 2,882 1.00/1.00 vMB 50
836,716 836,716 000000000000000000029ebe13a3519de68036e98988b0918af1ddee7217d37e 2,683 1.00/1.00 vMB 58
836,715 836,715 00000000000000000002039d61304b6859245e6a2ea22fbd68a35f2b68f4cecb 3,133 1.00/1.00 vMB 21
836,714 836,714 000000000000000000018809af04a435d7f6a9b1a8f9e5a9089b5ce0ad947dd6 3,033 1.00/1.00 vMB 25
836,713 836,713 00000000000000000000da143fbae5d73e84b0a0706a6289d799dc00a0c1a4ad 3,053 1.00/1.00 vMB 29
836,712 836,712 00000000000000000001e96e497433f9c18977a18b4e9568ade7f7c5edcd7e43 2,863 1.00/1.00 vMB 30
836,711 836,711 00000000000000000001c350a3c54049e58f2f35468acd1e2e6620e127537a83 2,979 1.00/1.00 vMB 39
836,710 836,710 0000000000000000000276e01520f4699546fd0676ead628b7537ceb7dcfd1be 3,181 1.00/1.00 vMB 30
836,709 836,709 00000000000000000001a59f75e3dbe37292b988cdb5607a08fee2aba34b7137 3,359 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.