Loading Tool

Explorer IconExplorer

Memory Pool

79,415 transactions
29.50 vMB
0.09196649 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 26ec6be0f462359a5e0d51b0c242aad0ff2def63ac4d7ce0c35b1db5bf22af3d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 4ca2fa91f42cf51fde4bc71e5a00ba3a98ff2173d6c150b66991f8c1c7a958dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.02988830 BTC
Feerates: 301.60 > 2.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (261,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,565 653,565 000000000000000000040347434fd59c6077e381132f145b3acc92344080d0fd 2,021 1.00/1.00 vMB 55
653,564 653,564 000000000000000000012e9bd946458798cf5a145a872ebb6129dc5ab3e47cfc 2,939 1.00/1.00 vMB 59
653,563 653,563 00000000000000000009bfd3461ccf260e4b7d0f7896bde831870924acaf3547 2,668 1.00/1.00 vMB 70
653,562 653,562 0000000000000000000ab1dd20a393b0c5740285524a76fc59e8d2329c3f12b0 2,745 1.00/1.00 vMB 63
653,561 653,561 000000000000000000095660949de19fb21459e794f4a2975330916660532aa1 2,802 1.00/1.00 vMB 55
653,560 653,560 00000000000000000006799c81d3eac2e30003a950bf7dabb7498c6e2461641a 2,898 1.00/1.00 vMB 58
653,559 653,559 000000000000000000011a394637eb4a8a314731c170973201d31da414bb391c 2,093 1.00/1.00 vMB 63
653,558 653,558 00000000000000000001f9f2fcba733f18f18ebb6aaaf262ad1160388ba24769 2,662 1.00/1.00 vMB 58
653,557 653,557 0000000000000000000cc9cc204cf3b314d106e69afbea68f2ae7f9e5047ba74 2,584 1.00/1.00 vMB 55
653,556 653,556 0000000000000000000e0010b0c16eb086dbeed55207e6c2c2e038c8a3e1b105 2,945 1.00/1.00 vMB 63
653,555 653,555 000000000000000000076b4eb972c024082351d4440c3921fd348e973a2f0b5f 3,173 1.00/1.00 vMB 96
653,554 653,554 000000000000000000089c84e1528034d960366dec7a7b65425e53749ff89f6e 2,348 1.00/1.00 vMB 27
653,553 653,553 0000000000000000000b8ac0132a7dddeaf18866a9b4c6bbdd310fd2cc8d5c26 2,309 1.00/1.00 vMB 17
653,552 653,552 0000000000000000000bfade053323839c9d47a8df66cf57c56f7d8efd741f6c 2,197 1.00/1.00 vMB 20
653,551 653,551 0000000000000000000565efc0c5338b8efdbe522362fc9e67e07bd359cf8c20 2,226 1.00/1.00 vMB 48
653,550 653,550 0000000000000000000db10d8fcfb9ca028e59068b02dcc2dccec1fd8f12e831 2,163 1.00/1.00 vMB 53
653,549 653,549 00000000000000000006babfb6f79b9d836f219b56747c7115e359659f6c5743 2,349 1.00/1.00 vMB 58
653,548 653,548 0000000000000000000042506ab60d2e5174a80982a0dc1dc062a4118c030477 2,986 1.00/1.00 vMB 61
653,547 653,547 0000000000000000000df93c9c2d041db210af04c22cec645e21ef887be67684 1,796 0.82/1.00 vMB 9
653,546 653,546 0000000000000000000c1a03e649b02793688d7ab67ff18bbc88b7bdcff90c08 2,261 1.00/1.00 vMB 34
653,545 653,545 0000000000000000000695b7046ab5d716b3a4d122834d76d6396000927f7de2 1,942 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.