Loading Tool

Explorer IconExplorer

Memory Pool

73,437 transactions
27.25 vMB
0.06333815 BTC
Random Selection Loading Transactions
Max Size: 166.31/200 MB

Candidate Block

Mining Attempt 762ee0b6369b4b0cc4bb76f7e3f768a9f9b5c98549834ee9a0dfec234181f18c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (444,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,536 470,536 0000000000000000014c15d1477bb9ca41bfc5bb8558a86b4d73b84dafcafd39 2,189 1.00/1.00 vMB 295
470,535 470,535 000000000000000000b11d8238da906bffa1de46fb8ea2c49a16e1972d95b376 2,186 1.00/1.00 vMB 387
470,534 470,534 000000000000000000065172befe30c653cc19dea6854c8ff5c3adb0d3ab9810 1,925 0.75/1.00 vMB 543
470,533 470,533 000000000000000000c10a02e5ca155ce3a432b6358037795609c8c8da549a2c 2,194 1.00/1.00 vMB 133
470,532 470,532 000000000000000000b2c75dda6971047c34c98362841b821822e06b68fd1fb5 2,239 1.00/1.00 vMB 287
470,531 470,531 00000000000000000065fb72c0b9e2fecc0d40d473dbeef26dec0071ea26a7cd 2,189 1.00/1.00 vMB 226
470,530 470,530 0000000000000000015ba7b1070b4397e18fbfbccf7340adc5a7af4d44f7dce0 2,225 1.00/1.00 vMB 426
470,529 470,529 000000000000000000447db5b5105dfc6cc596c07e253cf91be4c02154263dab 2,799 1.00/1.00 vMB 145
470,528 470,528 00000000000000000199bb37a5cf63a77d072829a5a40ae46c0c7ce7ee2a3bb1 2,112 1.00/1.00 vMB 336
470,527 470,527 000000000000000000bd2ac5aae84455b1d86789ce72a22223115ccbb3cd295f 2,243 1.00/1.00 vMB 414
470,526 470,526 0000000000000000001aaaed64d5075ec6536554ec0638d144e0ee6b5ca41fb0 1,885 1.00/1.00 vMB 313
470,525 470,525 0000000000000000008bbe72c42010b47230661d025b3721cd5706e5f4de2d8d 1,921 1.00/1.00 vMB 112
470,524 470,524 000000000000000001623101766905afb6f18c77997807badc1b215b91b338bb 1,670 1.00/1.00 vMB 252
470,523 470,523 00000000000000000091e1b9d9d3ae60c1c19d57977f449d8c8dd7fc8eb485e6 2,418 1.00/1.00 vMB 392
470,522 470,522 0000000000000000003afcb422cccc3c272412631650b0a566a5ed5972e28edf 1,821 1.00/1.00 vMB 191
470,521 470,521 0000000000000000004c796a453cc45a277e1813e2aebf56ad6768b71aa43e96 2,129 1.00/1.00 vMB 243
470,520 470,520 0000000000000000018a0cca00a299af1273fb8673c7f3f0be83a2fb432c3ce7 1,814 1.00/1.00 vMB 296
470,519 470,519 000000000000000000d1f725977209fa767affaf6c6b1cd43aadf9f6b61abcec 1,758 1.00/1.00 vMB 301
470,518 470,518 00000000000000000114cba6ad311c9fa311fbbeaa32262a80c609c657eaf771 2,316 0.99/1.00 vMB 340
470,517 470,517 000000000000000000fd0be9c60540c159baf6b9bd9cc873c42d66f54fa76fa9 2,350 1.00/1.00 vMB 411
470,516 470,516 000000000000000001334ac8f88e3db9436912d35f1846d1e3338af2e42a5773 2,562 1.00/1.00 vMB 447
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.