Loading Tool

Explorer IconExplorer

Memory Pool

67,605 transactions
25.80 vMB
0.06037806 BTC
Random Selection Loading Transactions
Max Size: 155.39/200 MB

Candidate Block

Mining Attempt b6726e5f1ea1f4264e537a1b95d3b358089d472eec2856772cd32c3a61a40ff5
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 213c3841dec61a5043d83409a10b52d756d19a029a5660e4f00d0752dfd9f77c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,573
Size: 1.00 vMB
Total Fees: 0.00585998 BTC
Feerates: 86.29 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (55,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,727 859,727 00000000000000000002aecea2737e0718878b6a645e95fb9bf43c6885b99321 2,771 1.00/1.00 vMB 11
859,726 859,726 00000000000000000002d0528048daf100b6485ac68838d7f9c8a46a3bebfcf9 2,723 1.00/1.00 vMB 6
859,725 859,725 0000000000000000000139ab91277fecafe51d548ab787ed793e226dedbc70f1 3,075 1.00/1.00 vMB 8
859,724 859,724 0000000000000000000098fcc42c9bacec801c968174eb85096a2aa16c5c5c15 3,517 1.00/1.00 vMB 11
859,723 859,723 0000000000000000000212531a42ccb6294693cf93187601de71fd7c9eb23e70 3,051 1.00/1.00 vMB 8
859,722 859,722 00000000000000000002b5958133341e7bfa395038f3927bf1fc7ea39d83ea22 6,858 1.00/1.00 vMB 3
859,721 859,721 000000000000000000015d2af35c22c451c6e26ea314d9e4dbada289448df2e7 3,564 1.00/1.00 vMB 5
859,720 859,720 000000000000000000019e834c6d4eb80490f0f21d07ed8ceea19c4029a19d79 5,901 1.00/1.00 vMB 3
859,719 859,719 00000000000000000001fb1cd63a537f98542bd5864618a02c1e9170b89df4b0 5,616 1.00/1.00 vMB 4
859,718 859,718 00000000000000000002a0747e9e1e900d32d61422e5592b2e1ddeeaf6afa981 4,441 1.00/1.00 vMB 4
859,717 859,717 000000000000000000000846dab0618b6c83bed7316ed706d70769bfae3cdae1 3,232 1.00/1.00 vMB 7
859,716 859,716 000000000000000000015dd251271aa4e14f39b8f58fa64a922c84c752209d9f 1,840 1.00/1.00 vMB 6
859,715 859,715 00000000000000000000dd9feaf198233149b622668f7e980d381dbe8bc1706e 2,995 1.00/1.00 vMB 10
859,714 859,714 00000000000000000000b6e0b8b4ae4f8d20a420685cce43a546135423ce0b97 6,955 1.00/1.00 vMB 3
859,713 859,713 00000000000000000002c0356287f1e3024dfc30bf7a381896f739d63ef2a48c 2,967 1.00/1.00 vMB 5
859,712 859,712 00000000000000000001795d39a6acab2f816e2814d669bddb64599b7484f45f 1,732 1.00/1.00 vMB 4
859,711 859,711 00000000000000000001fc86ea3c64c6f86aaaa9381ff53c953447467c2bdb18 2,163 1.00/1.00 vMB 6
859,710 859,710 0000000000000000000308b1f1de85aa52fd6b73cc8a1625a13d687039b19fbe 1,991 1.00/1.00 vMB 5
859,709 859,709 000000000000000000006b12a63fbf9a7b45f0e0b64e5ae7afcd86789841d10f 2,399 1.00/1.00 vMB 9
859,708 859,708 000000000000000000011329ccd64c98291b6e53322969bc8a76165f4a23619d 2,784 1.00/1.00 vMB 10
859,707 859,707 00000000000000000000e3ff0a63d7f47d099e9fc453b8d2baa4c8a27ac4cdcc 1,849 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.