Loading Tool

Explorer IconExplorer

Memory Pool

85,820 transactions
32.93 vMB
0.07790298 BTC
Random Selection Loading Transactions
Max Size: 195.91/200 MB

Candidate Block

Mining Attempt d7b24739d251a2d35eb5884e9c4b8ab8b285bbbc652d5bd53bfec750e8b4eeb1
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 2f5e75467615fd7364ee326094297e1c200ef733af470d1cd0d8b8f7ed62684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,394
Size: 1.00 vMB
Total Fees: 0.01279710 BTC
Feerates: 203.60 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (76,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,717 838,717 00000000000000000000499d4153e0014cd5cfd4c0370194e1ef940146cf94c2 2,858 1.00/1.00 vMB 32
838,716 838,716 000000000000000000007b5fa57bc186356fd6268c25870ef4dfdbe19986ab9e 3,197 1.00/1.00 vMB 34
838,715 838,715 0000000000000000000131d91aba753705590293767cce7ea98f46679442b1d9 3,504 1.00/1.00 vMB 48
838,714 838,714 000000000000000000028cb1bde403df18dc2bda1c2eff7b6f98e392837ca648 3,330 1.00/1.00 vMB 42
838,713 838,713 00000000000000000000dd516f90bbbc3c3f82249547c40804760b4e3ad65f93 3,593 1.00/1.00 vMB 56
838,712 838,712 000000000000000000018117b1734ee991596f1f4f98ccd7f0b0ebaf731ff043 3,868 1.00/1.00 vMB 56
838,711 838,711 000000000000000000003407c95bf0a94ddb79b90ac6e80b082a6e5df22b2a80 3,793 1.00/1.00 vMB 58
838,710 838,710 00000000000000000002f9ea3b2bc00f1108a4c2cb9421705e1d004c6a440009 3,996 1.00/1.00 vMB 72
838,709 838,709 0000000000000000000023d5d4bbb8b7725a9892b510c06486c3d6acc6ea27d8 3,971 1.00/1.00 vMB 87
838,708 838,708 000000000000000000003a15aa3d526d804c4a6d12bf8ac8cbdfcf33e36e5bca 4,115 1.00/1.00 vMB 76
838,707 838,707 0000000000000000000148198ad83741c3309448d3007ff071d062c79efae864 4,723 1.00/1.00 vMB 110
838,706 838,706 00000000000000000001de9d3bab9065c32aaa633ddf201073bdfb568aea6f43 4,657 1.00/1.00 vMB 91
838,705 838,705 0000000000000000000012d9d0fadc854c90633a6b64394c6d5fe1370ed5d3c5 2,586 1.00/1.00 vMB 110
838,704 838,704 00000000000000000000213273031ef58ffc65d339a8944cc9c91949f7db52ef 3,312 1.00/1.00 vMB 30
838,703 838,703 00000000000000000001c2b3ac8cd7ee3723a9c5ff014585d1928d9b37f47d11 4,500 1.00/1.00 vMB 42
838,702 838,702 00000000000000000000fa997685b9704763d6c37ca9bd7852b092f8e9921bfc 4,252 1.00/1.00 vMB 54
838,701 838,701 00000000000000000000d6ee8b5cd7d5b26a817d8f3317ec9dc93b3d0b0788ff 3,327 1.00/1.00 vMB 40
838,700 838,700 00000000000000000001bb0e2c769b043e1eefbdd438182b7ba0e1a3bcafdf52 3,016 1.00/1.00 vMB 38
838,699 838,699 0000000000000000000162f1a04c793abb7103e65d23cfebf0cd1b96af235ae3 3,264 1.00/1.00 vMB 44
838,698 838,698 0000000000000000000132d4a96bac147f081b39173ff178c47cd7ae3f0d81ec 3,378 1.00/1.00 vMB 44
838,697 838,697 00000000000000000001aadf7c986d1879c012e35d20ffa8facc6665101d7334 3,232 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.