Loading Tool

Explorer IconExplorer

Memory Pool

22,494 transactions
9.75 vMB
0.01850203 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.41/200 MB

Candidate Block

Mining Attempt 5648f29fa119ee6a191b0de53ec2bf4bbdea9f1348d37ede77601d7e57711f13
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root 10cdcb12906fd1ee1ee47e01ca50b5c3da6806ea14981443e9ad5bd819df69c7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,608
Size: 1.00 vMB
Total Fees: 0.00308325 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (689,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,844 223,844 00000000000003c55da4b3f9e9aac525e6d655564a98a4596b791b84b79a2686 742 0.25/1.00 vMB 329
223,843 223,843 00000000000001f791df10d7c156fb1db9b725dc9389d03435fd3a6189b5d997 64 0.03/1.00 vMB 94
223,842 223,842 0000000000000213b1f1eb6fe2f7374840c781d8108d27f5e52deb5276a68a25 128 0.19/1.00 vMB 76
223,841 223,841 000000000000004400f2f4fd2f30215348aa068ca2d0b958f12b7f25db04e96e 246 0.12/1.00 vMB 168
223,840 223,840 000000000000009696bb787837afba113c6e71897dc42ace3aebb2848c7735d3 331 0.25/1.00 vMB 128
223,839 223,839 0000000000000202fe00d980a2ac86ad5990a5d5151b7055f4e08ed60e6b7a11 469 0.25/1.00 vMB 191
223,838 223,838 00000000000001d0ed35a6526c9712adcea28c0cfeb21c24bb366707c32db6e0 166 0.25/1.00 vMB 89
223,837 223,837 0000000000000148e5860d43502b772a79654c77c5b5e259b3ebdba9cceb6cc3 468 0.25/1.00 vMB 221
223,836 223,836 0000000000000166c01f3ba9f293d59398dbc3d955227e2aac9c162e64ba5f40 388 0.25/1.00 vMB 146
223,835 223,835 000000000000000755e35106d99299c4a7c562810b8dbe64936cfff57e958f27 554 0.25/1.00 vMB 182
223,834 223,834 000000000000035caadffacc8bec10ef1ce32e405e569e381a8a7c827ceb752c 256 0.27/1.00 vMB 81
223,833 223,833 000000000000023873230683abab2dcab8b7c0fd182c003ceff057296c078dca 541 0.25/1.00 vMB 192
223,832 223,832 000000000000009b1ee8f3797e9433920cce4990e9f84b6e385dfd81e0d1961e 679 0.25/1.00 vMB 275
223,831 223,831 00000000000003a646050828f8b3bba6b22b55349263a1741f8a2e81db6a30cd 715 0.25/1.00 vMB 253
223,830 223,830 00000000000003b87ff47f8e534500fb02729cea899dc5fe7c6c5098da6dc24b 638 0.25/1.00 vMB 201
223,829 223,829 000000000000038ba160339e948699b93be4c7399375c23506a8264b31e19cef 321 0.25/1.00 vMB 120
223,828 223,828 0000000000000149822c6f2370af5b47070b6cf25543693a6f750a1da645d9bc 275 0.18/1.00 vMB 119
223,827 223,827 0000000000000052aeb37f1dc522442245845bb3fc983f6537dfbac1592fb512 477 0.25/1.00 vMB 159
223,826 223,826 00000000000003083820ecfa2e71ec737df45d99c9702eda6881f7749709e2df 705 0.25/1.00 vMB 233
223,825 223,825 00000000000000478a31eda9b113c4e5d97a4848357654a8d6237c078c4b37e5 242 0.15/1.00 vMB 155
223,824 223,824 0000000000000051cfb31d6e261485e68807a1bf72c5ef78a5e02b59ad6baeb8 7 0.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 779.84 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: 427.64 GB
    • Received: 2.32 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.