Loading Tool

Explorer IconExplorer

Memory Pool

46,157 transactions
28.56 vMB
0.07662072 BTC
Random Selection Loading Transactions
Max Size: 151.80/200 MB

Candidate Block

Mining Attempt 45633f5eac1029b102bc153ad984e3d6a74a8145592875330fcfe2740d624bb4
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root d81803f0ecb1304641369cd75cc7d203a67bca663b6d79bd93165b3cb5a3e22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.02249582 BTC
Feerates: 100.23 > 2.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (912,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,351 2,351 000000009846564229f87d0eb692916c97251d48b5d59b853fb5cad385992b3b 1 0.00/1.00 vMB 0
2,350 2,350 00000000b15cc18f1326b12b66218aa68f3f038e45c6ff15ffd47a8bcf144c31 1 0.00/1.00 vMB 0
2,349 2,349 000000002378d870a489ae9b1460f3a170fdcf7ee1121c767a40cc3c5baec2ea 1 0.00/1.00 vMB 0
2,348 2,348 0000000006ef66fce69f45de495904c485b083b654b445eab66d5b4293b78258 1 0.00/1.00 vMB 0
2,347 2,347 00000000844e0936a9990791b04e701d6ea7b7ad47b256545b760f848302aa99 1 0.00/1.00 vMB 0
2,346 2,346 00000000aded7e44ad131a9fcf28deb1299348327766d4d7a63ecb4b2d2df202 1 0.00/1.00 vMB 0
2,345 2,345 000000007024f233aa44bc7784a78926fb1c325f9985c936ae57b94530505062 1 0.00/1.00 vMB 0
2,344 2,344 00000000e4621d872dc7056fcceac91569282a7332091a38c771c2d852235ea9 1 0.00/1.00 vMB 0
2,343 2,343 00000000b80e4b633d6baea4db23cebf406dddaade5f79867bf5aeffb0b7453a 1 0.00/1.00 vMB 0
2,342 2,342 000000000ce977110c4d11b875c77117a4b0c75fc26df4499cbead8b099e817c 1 0.00/1.00 vMB 0
2,341 2,341 0000000011c0a69f3063cf4fb95ac340e2557e57463f71817e7c2b6cf8c356b4 1 0.00/1.00 vMB 0
2,340 2,340 00000000112d24a5aa42bc6695b9c7797ac8c874ba5d927793369706ef5db1fe 1 0.00/1.00 vMB 0
2,339 2,339 000000003b2a9ac3f0efab472b9ceae68fa38e2d629e9a41defcf9969f60920d 1 0.00/1.00 vMB 0
2,338 2,338 0000000077972a815618cc4c5070715be0dd2af487410e9a381b6e96d96fda16 1 0.00/1.00 vMB 0
2,337 2,337 00000000621d217b83af87dcb7814936aa60bebaa1af67f6434944bf78a0fbf0 1 0.00/1.00 vMB 0
2,336 2,336 00000000fce4189472e39f5ddb9d08d00b9f4004e2d1e962b93e0e4bdc4e3d7b 1 0.00/1.00 vMB 0
2,335 2,335 00000000f63adf93c21fde4b58eeb6e1b605e763b542641209563c6f53f18db2 1 0.00/1.00 vMB 0
2,334 2,334 00000000005c71ed36bf631dd20841b2745cccb29d620b75f929738dba5d3e96 1 0.00/1.00 vMB 0
2,333 2,333 00000000783ce6fe6b2880adced900649c851851630043888079c76fbd3d670b 1 0.00/1.00 vMB 0
2,332 2,332 000000008b352dceffae1085aff7a87bdaab4fc553418d0dbbab0a8727f19b02 1 0.00/1.00 vMB 0
2,331 2,331 000000001e090ce0b60d8f264dc4efa37e4e5f3126b1d362cc9638c8068c352e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.