Loading Tool

Explorer IconExplorer

Memory Pool

79,438 transactions
29.35 vMB
0.07364930 BTC
Random Selection Loading Transactions
Max Size: 176.18/200 MB

Candidate Block

Mining Attempt 6cf53bac0a51ead7456c941d12e653493c24c3ba9db3ad0f61919c797b499ad1
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 9dace1ce01dbb68683f328fa7f3d9cf16741192a8bc27db3fe84913fc778f0c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,382
Size: 1.00 vMB
Total Fees: 0.01393187 BTC
Feerates: 170.94 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (491,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,323 423,323 000000000000000001e70eec91316d009bab7b1c904631ec3f9bc4ecbda05ed9 2,759 1.00/1.00 vMB 70
423,322 423,322 000000000000000000e679d9ca6a371258842f0a147d4c1cbebfc118b78393c9 2,848 0.99/1.00 vMB 96
423,321 423,321 00000000000000000444324c8bccf9c0f203b363149b974ba27f58f496df56bb 1,071 1.00/1.00 vMB 28
423,320 423,320 000000000000000001dee8867a1bde9d8c2677bcd799e86f3614a33df5373e97 1,611 1.00/1.00 vMB 53
423,319 423,319 000000000000000001c759945b36e965156fdd2f5b7c5e439e692dbf6ba81709 1,717 1.00/1.00 vMB 43
423,318 423,318 00000000000000000074e0b2993433ee13616a376af3f383ab764bb4da1ac063 2,526 1.00/1.00 vMB 84
423,317 423,317 00000000000000000476d1690fb82b96f79bfe3780d4de5634d16cfca549c492 2,029 1.00/1.00 vMB 70
423,316 423,316 000000000000000002d4f339ee69660068f73642b20930c71a8c6fcbcaf304da 2,259 1.00/1.00 vMB 68
423,315 423,315 0000000000000000025cda95206d822e626294153cdba1977c3c47efcd71f493 2,246 1.00/1.00 vMB 86
423,314 423,314 000000000000000004e3bbd9bd9a6f838478bbfc10d369b46c21d4349461c0e0 1,765 1.00/1.00 vMB 72
423,313 423,313 00000000000000000384870db2669eac8650f4b4e197fa6586e7fda9b043a12b 12 0.00/1.00 vMB 198
423,312 423,312 000000000000000002591eeb14781438d4809210b67c523be27cd6281e539766 2,217 0.93/1.00 vMB 79
423,311 423,311 00000000000000000049c9243a4a79232c1aaea8e813cddc38db22e5b0b6cded 1,154 1.00/1.00 vMB 100
423,310 423,310 0000000000000000019d4430d9059b4e018ccb9167ffa72a311dce0d845b1a8e 1,960 1.00/1.00 vMB 86
423,309 423,309 0000000000000000043bb3f4fb029fe12cd815806094fd018fd55283d2afde7a 2,066 1.00/1.00 vMB 63
423,308 423,308 000000000000000003f7fcfbf94200f29f99eccbf3152e1e46cba04b880d4b8a 1,959 1.00/1.00 vMB 75
423,307 423,307 0000000000000000020af45af20bc59edd9987d74c4135231f336068432e2f62 665 1.00/1.00 vMB 19
423,306 423,306 000000000000000004f0b56a062b44d1a5bf6dad6f3869c82165c927ca12cec9 1,421 1.00/1.00 vMB 35
423,305 423,305 000000000000000001c34636af0029a3c7ef65e8e8aeafbaa63c8118e7de2a73 1,737 1.00/1.00 vMB 62
423,304 423,304 00000000000000000490eae9ec9a582122f8325c769f917a15a24d017f97eae5 2,672 1.00/1.00 vMB 88
423,303 423,303 000000000000000004b722a83785dcfeaec62531f0559e652808011745e7f975 1,840 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.