Loading Tool

Explorer IconExplorer

Memory Pool

77,678 transactions
30.07 vMB
0.08826024 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 17a742882defbd3b5c98af078f086b7e5b9c59a15a95560bb1f5102c4917f474
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root b4c7b4b9257168178ef4b994b8e674e4cebb60e098aedffa549068e428e8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,830
Size: 1.00 vMB
Total Fees: 0.02169068 BTC
Feerates: 201.36 > 2.17 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (413,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,466 501,466 00000000000000000053dbd772233504609bae13e76b2b44243d843475bd082d 2,331 1.00/1.00 vMB 337
501,465 501,465 000000000000000000237c60436063290079e12ad329db68c5d57097cd2db1e3 2,429 1.00/1.00 vMB 452
501,464 501,464 0000000000000000001bada7439ea70d12d34d392945bf0885a69470a6ce1c61 2,584 1.00/1.00 vMB 487
501,463 501,463 00000000000000000056ca620e5fcb6572dc8ae74258edc22f7eec1aac4e609b 2,541 1.00/1.00 vMB 833
501,462 501,462 000000000000000000642a4ac06abf1f9bac1546d117cdd457144078bfcae728 3,034 1.00/1.00 vMB 573
501,461 501,461 0000000000000000002f59c5c38f1c8b42a5ac7022fb91b9e06b62eac6553179 3,075 1.00/1.00 vMB 577
501,460 501,460 0000000000000000006b1f7aeee63e10a550a17047601e7db1e335030a42e68c 2,481 1.00/1.00 vMB 808
501,459 501,459 00000000000000000005c96e69c1941da2dbf1df09dffa527ec79c39c97f8338 2,347 1.00/1.00 vMB 632
501,458 501,458 000000000000000000456c9ddf35b858d5a4787ad680ae18f3c513e343fd847c 2,433 1.00/1.00 vMB 779
501,457 501,457 00000000000000000011c188501f5ecfac9a5994dfc23e9275c191140ecce685 2,473 1.00/1.00 vMB 897
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
Previous 10 blocks ↓
Total Size: 782.49 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.30 GB
    • Received: 15.47 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.