Loading Tool

Explorer IconExplorer

Memory Pool

26,117 transactions
6.04 vMB
0.03683205 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.58/200 MB

Candidate Block

Mining Attempt 87dde1a64a9935753377cb0db217db63741fa3e8a8f7b699857cf0d476141578
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 7f9a63f101e3ef19a48fb9180eabd0f4ff43a792c8c7629bc284dcb1ab8953cd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,077
Size: 0.88 vMB
Total Fees: 0.02324402 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (767,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,914 145,914 00000000000000c586b05b01d6a078d3c5d4d1a9bed79586c44c5bce88551484 71 0.02 vMB 57
145,913 145,913 00000000000006aa32ec67fb69a80367c4e530d31d76491cf20ef47d5a73f419 120 0.04 vMB 157
145,912 145,912 000000000000077e2e3c76c59c86b19154c41e9a0c2578085df6fcd4e94179a0 99 0.05 vMB 103
145,911 145,911 00000000000001e654c29921e7ea155841fdbe877de03a9496ca047ae4250c74 30 0.01 vMB 15
145,910 145,910 00000000000005f3bb19e929053636b3731f39b3ed2f358fe4b46e097264a62c 114 0.05 vMB 255
145,909 145,909 0000000000000728356283580d659a0ec30b063954fa2ee111a23ff9dd4a01b6 43 0.01 vMB 190
145,908 145,908 000000000000093e1b00b9cb3c2d4ce406f0c422a5716fced03f7adf9bf6d1a9 12 0.00 vMB 193
145,907 145,907 00000000000006f04eec99f12eab6259edf0eb7d0aac3d5b3e43678a404d5372 10 0.01 vMB 169
145,906 145,906 00000000000002d36b63a2b3cbe6ad7ddf7d8edc1dcec7e83073e9287f5a3a25 13 0.00 vMB 83
145,905 145,905 00000000000007028a7f5a0356a2da8f743ffb5a614eba1857e33c43a0fcfe17 6 0.00 vMB 91
145,904 145,904 000000000000068cf9f627a87507626251f5aea529d1f67a9a50b4a40b1a9b56 33 0.02 vMB 62
145,903 145,903 0000000000000909f56a8e9294017a668c08c4b7c6ac69050167c9e646f3208d 164 0.05 vMB 59
145,902 145,902 000000000000006957367c3301fdfbe0ccb665009eda720742d2f1f676cc317d 11 0.00 vMB 0
145,901 145,901 000000000000059527d3325269f1cb8e6577e10ac6ed7b97173a2621b892dabc 4 0.00 vMB 117
145,900 145,900 0000000000000639fd67cf8f1eefb9dff5bd247edcb65c8f2548622aec4eb9c5 40 0.01 vMB 158
145,899 145,899 00000000000005d363bbdc3b1dd00cbbeae44d39b2573368f38dcf299909b7a9 69 0.03 vMB 130
145,898 145,898 000000000000053d638966be2b18bbe2e13cc70647f551cf4de84893258da88a 104 0.04 vMB 96
145,897 145,897 00000000000005d47f2371862f64f511a5d7e902ededeebbd3bdcff3fc51153a 1 0.00 vMB 0
145,896 145,896 00000000000005096c2ed7c8a57e0e7aaa2d4e34f5dbd324632c7a86eed252bb 20 0.01 vMB 172
145,895 145,895 000000000000093dd9d3f2e2868769747e811da260e02b461251627db686dfff 39 0.02 vMB 25
145,894 145,894 00000000000004a03b22c6386ec169a277a4a30fefe1450094b1580c2c15daf0 23 0.01 vMB 97
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 80
    • Outgoing: 10
  • Data Transfer:
    • Sent: 38.63 GB
    • Received: 0.55 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.