Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,560 transactions (0.74 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,478 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.74 vMB 2,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,477 (833,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,464 76,464 0000000000151cdb0c77c372ab600e9b9be052366224a95c5726d7850f048645 0.00 MB 1 0
76,463 76,463 00000000007aad2a0527c4b9557b0d7748bebdb3159fadb1da46ca7e6025106b 0.00 MB 1 0
76,462 76,462 000000000026cdceb5cb1122788ca4fcb9cdf5054e66f372c5aa9057b8fb76b6 0.00 MB 1 0
76,461 76,461 00000000003edf746f19adce0cc9b111af1a3575bb6ffbc13f029ea763e0d412 0.00 MB 1 0
76,460 76,460 000000000005d38b12ced77d13473813977620baf26bf15d74a4e907ae0129da 0.01 MB 5 0
76,459 76,459 0000000000670d285dc12adae1d797b584492cc26c2b7152354c23985412f991 0.00 MB 1 0
76,458 76,458 000000000009d56eea25423a3be453b3c0fe3e345a0289ccc065d9b57696848b 0.00 MB 2 0
76,457 76,457 00000000003784915088f734bbece004991ce132ac8c0826d72b98d2534f546e 0.00 MB 1 0
76,456 76,456 00000000000e73a8bfb50bc539788c1df3115896932024de124c6ef40fb985d9 0.00 MB 1 0
76,455 76,455 000000000039156157850506bde944af4c8c9662cc40a16b4c5b651874ba78f1 0.00 MB 1 0
76,454 76,454 00000000004f04de02199581ce11b19eba7926c627cd8ff2b58f31ef7db3ddc2 0.00 MB 1 0
76,453 76,453 000000000054f3254ab6df45188670f8adccfde59498b9f957420a2c60cf8407 0.00 MB 1 0
76,452 76,452 00000000003da2a71370a01b2dd4bc6dea4a68d93d718006c1a25efdf414f628 0.00 MB 1 0
76,451 76,451 00000000002a411c1bb70235a4fa50294d116c13b55437ce955b9c4cab86f7c6 0.00 MB 1 0
76,450 76,450 000000000050f60c8c11793777186ff74f1cea4e85d552bbae0c53a0a0461a7f 0.00 MB 1 0
76,449 76,449 00000000005b3617f7a869441b23f0bb4bed1969f0865268cbdc701994f23005 0.00 MB 5 0
76,448 76,448 000000000074deb6e688e48cd697642280651f5d5d9ec8ab206860054d657d58 0.00 MB 2 0
76,447 76,447 000000000010a169d77893287b6e41418a96f38cc230601b2ce7959479fa8fc4 0.00 MB 1 0
76,446 76,446 00000000000b256dfaa677e8aeefa1824008b5342ef4922f7572ffeee6a5cc81 0.00 MB 1 0
76,445 76,445 00000000003b7c479c35908d4405403ff8d44071c326c4c248c3ac4a99e6bbc3 0.00 MB 7 0
76,444 76,444 00000000001e08faa16dcedd97998cf3c434c2ca1877b51731d4ee657c9f3c01 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,080.53 GB sent, 110.39 GB received

Notes

  • This page updates every 5 seconds.
  • 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.