Loading Tool

Explorer IconExplorer

Memory Pool

73,443 transactions
28.01 vMB
0.07742407 BTC
Random Selection Loading Transactions
Max Size: 169.39/200 MB

Candidate Block

Mining Attempt a65c16afa5562f5006da969e45345d70640fa8b42ac8f4212e4fd52b4b090a4e
Version 20000000
Previous Block 00000000000000000001a86893daa240eb0be56c06e6014958db31ad21413f6a
Merkle Root e6d65b5fa2757cd0a2ad3d053637befa3c00ce21bfb2673ad586788ad0453d79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,303
Size: 1.00 vMB
Total Fees: 0.01642291 BTC
Feerates: 71.50 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,558 (786,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,071 129,071 0000000000000d2d2978087a4bf817fd8c705c579c1dd51452fc772d2d517ecf 11 0.00/1.00 vMB 1,419
129,070 129,070 0000000000000bbb099811d6d5d86291c2ebf7d1e12dba81dbf8ecf072dc6218 13 0.00/1.00 vMB 0
129,069 129,069 00000000000010f58cb4ddd74b823c0be1788985e0e6a11362ae89e40b99e02d 47 0.02/1.00 vMB 818
129,068 129,068 0000000000000df192a898175871f48002ed931b8808bc75d0aa27e7b693c2ed 55 0.02/1.00 vMB 1,139
129,067 129,067 000000000000180196dfd0c6ebb0f30b184095681a34621b0489ab7ef99a8df9 28 0.01/1.00 vMB 1,272
129,066 129,066 0000000000000e0eeb0831f8197ce8d46abaacad583d032123b0a25f62163561 11 0.00/1.00 vMB 887
129,065 129,065 000000000000099e0ace5be1ff6c920a7fcb638f809df3e4ead9617ff96eb738 35 0.02/1.00 vMB 848
129,064 129,064 00000000000001e93a1d9c39055d4d0eb9394ac65e56720a4b612e2f1ef4e652 100 0.03/1.00 vMB 43
129,063 129,063 00000000000007e3a6ab0faec2d75ddc4ed9f06c8dda0365dd085ae4e42001e0 13 0.00/1.00 vMB 879
129,062 129,062 000000000000093271d162cc29a05e082271ea1b056ff65a81de5f6ee0efc510 23 0.01/1.00 vMB 915
129,061 129,061 00000000000015b2cd2e6975da10452546c495916324fc8097e61036d454277d 135 0.12/1.00 vMB 846
129,060 129,060 000000000000193609516c851e8e8a0e51c2f88ff3dd6a3ac05f6284e92e0a3f 60 0.03/1.00 vMB 1,213
129,059 129,059 0000000000000e861bbc39d5bed61f94cce87409919447e2c348072f2571cc93 10 0.00/1.00 vMB 1,330
129,058 129,058 00000000000009e5a9daa899e24d233c31216457b9f4af117a9b2dd9df38a49f 58 0.02/1.00 vMB 573
129,057 129,057 00000000000018102ab21e4e0afc47b26d179907b605c4c36cacd605036bb12e 51 0.02/1.00 vMB 733
129,056 129,056 000000000000075da9a84723e9f9c26fb511ab5559b39dd474ae32c767a6593e 153 0.06/1.00 vMB 492
129,055 129,055 00000000000007bd4200c94481fdb3effe22178bf0a3a1d58121ab620e4ecc60 28 0.01/1.00 vMB 653
129,054 129,054 0000000000000bd1cc7fd8aefcfdb6058aea84b51bef0872159ffb8bdb394ecc 43 0.02/1.00 vMB 1,249
129,053 129,053 00000000000016afc6c6ea572d64acaa1a1e5a3452f06938722976497fbc0ed4 47 0.02/1.00 vMB 259
129,052 129,052 00000000000006b4767bcf0ca644cc77a44c08c218f965bf1c12f52804e12674 103 0.04/1.00 vMB 1,771
129,051 129,051 00000000000000bbb9edb6494b144b473d840551895b032195948160adb20ab8 36 0.02/1.00 vMB 807
Previous 10 blocks ↓
Total Size: 783.36 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: 768.43 GB
    • Received: 19.59 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.