Loading Tool

Explorer IconExplorer

Memory Pool

86,467 transactions
32.45 vMB
0.11171454 BTC
Random Selection Loading Transactions
Max Size: 195.15/200 MB

Candidate Block

Mining Attempt e584e9102834b74b25a5d445cb5f40de9528e92ddb4123c3340dd83c93cfd9bb
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 4aadada336449c761f4739a1ecb5338ff490c58d0064b19718b5a4fde1e65b63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.03722926 BTC
Feerates: 218.18 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (413,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,456 501,456 0000000000000000006b43edd40feca5e6b816235b83a32c2a3d4a51d6994578 2,401 1.00/1.00 vMB 382
501,455 501,455 0000000000000000003de6712bcf8618b13520e2fe13157cbb895002b0b547cc 1,979 1.00/1.00 vMB 497
501,454 501,454 000000000000000000651a3b2ca5ca515bdc50bc1e94f95789ceb0400120daae 1,875 1.00/1.00 vMB 691
501,453 501,453 00000000000000000020293fab2acbef0b2ea5d2b0a67346ab02e07e553492f9 2,478 1.00/1.00 vMB 712
501,452 501,452 00000000000000000048e70d1471a30c69eb56b4d89da3f4ea45654e8970c2a7 2,403 1.00/1.00 vMB 921
501,451 501,451 0000000000000000004b269ece007638e0992a83ac12210565a45d101544dae2 2,303 1.00/1.00 vMB 312
501,450 501,450 00000000000000000015c5471244cd732db51b772891efe775887c053c25d2b3 1,730 1.00/1.00 vMB 607
501,449 501,449 0000000000000000004ef0803c0c3203856c61d4c9e904884338c67953150c6b 1,962 1.00/1.00 vMB 434
501,448 501,448 0000000000000000008eeec474443ff8bda8db6e41bd1b1b4cb8676bccadd793 2,171 1.00/1.00 vMB 314
501,447 501,447 00000000000000000018b7d74ad91b97156a9d0929f62a7ac1c79439a1d68dd3 2,407 1.00/1.00 vMB 493
501,446 501,446 00000000000000000021ca183e9b23b6b905b58db5439664a961d3972497a10c 2,632 1.00/1.00 vMB 761
501,445 501,445 0000000000000000007f836cb9881e4aee60f2af1dae34713e78f075ec7f7863 2,762 1.00/1.00 vMB 787
501,444 501,444 000000000000000000586f44750076fecdc7fea0a75ef65bc90012662fd94ff2 2,298 1.00/1.00 vMB 372
501,443 501,443 0000000000000000003b58612a26bed1805ac413e3909f04868eeae89e211479 2,725 1.00/1.00 vMB 680
501,442 501,442 000000000000000000377044fc74c05d911f19b9c59a6767e66f373b527184d7 2,938 1.00/1.00 vMB 771
501,441 501,441 00000000000000000058543b5a195474b842c232591dbe14d627cfb0de01887f 2,572 1.00/1.00 vMB 568
501,440 501,440 000000000000000000751a0d1799058ce86ab6bc48f5b06dcc1e3f572fd3eb01 2,694 1.00/1.00 vMB 419
501,439 501,439 00000000000000000006d8a7c0d52151a51d1aa377b4dc53da3fa9feb8349c75 2,093 1.00/1.00 vMB 562
501,438 501,438 000000000000000000239c13548072239a247555a267d29ae483996bf6eeeb49 3,051 1.00/1.00 vMB 689
501,437 501,437 00000000000000000075ad47309110c728e2a7aff955dd486e1ea67fc67e4dc6 1,894 1.00/1.00 vMB 1,007
501,436 501,436 0000000000000000001ef574fe2b15a338b53da3fa0ce60e3e5695b384192685 2,416 1.00/1.00 vMB 576
Previous 10 blocks ↓
Total Size: 782.52 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.87 GB
    • Received: 15.61 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.