Loading Tool

Explorer IconExplorer

Memory Pool

26,273 transactions
12.22 vMB
0.03838390 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.69/200 MB

Candidate Block

Mining Attempt da4740ceef86230bb777f1f6fca5e536091fcc900f90f74ce860eb9137437a52
Version 20000000
Previous Block 0000000000000000000114a049a936b01d7a2f4039ee9d53d3b0d775f60e1ee6
Merkle Root 8e7ea96a1e9718ba4a99a2b1c56f6a16e933680dc4b475b8e09415fa3c3dbc5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 0.99798425 1.00 vMB
Total Fees: 0.01755990 BTC
Feerates: 237.89 > 1.76 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,662 (640,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,422 273,422 0000000000000000561d1639ba83a8bfb523bbc32b078a8298ad0e9aa9f5644c 134 0.07/1.00 vMB 45
273,421 273,421 0000000000000002f71d3aae661d1ae0a7ee5812f506c26104383ef00a74ed8d 582 0.29/1.00 vMB 87
273,420 273,420 0000000000000003e68bd07b74858e55bdfa1771a7b86ad09bc8eaacdeb6a146 624 0.25/1.00 vMB 86
273,419 273,419 00000000000000040572e5a103143e70cb29991173ad0d4dc23827e2f7f8c108 407 0.20/1.00 vMB 45
273,418 273,418 000000000000000379e2602b4230ae803ed611dd1ed389b4deb77f39a093fff8 131 0.05/1.00 vMB 47
273,417 273,417 00000000000000001c23384d3a415de6211428a6c018ccd230c13e078f82aa61 1 0.00/1.00 vMB 0
273,416 273,416 00000000000000033b14a5ef583243e18ad25e9bccd57be8546187ef946f44e2 273 0.13/1.00 vMB 45
273,415 273,415 00000000000000023d8bec49cd815780e95086329c55cc67bf1ddbe644ba3e24 51 0.02/1.00 vMB 58
273,414 273,414 0000000000000000fae03d67000b4a66c32a33d26b21828f2833f6c29b625426 190 0.08/1.00 vMB 39
273,413 273,413 000000000000000242833b49cfc1635b12fadbfa2858843212cf268c485f5e90 97 0.04/1.00 vMB 41
273,412 273,412 00000000000000000e63b47751799eaa55aec9327768ee6f43ae0044c300a3bb 139 0.06/1.00 vMB 57
273,411 273,411 00000000000000041a5e76c75a2becb0a5ed7393db16411711e194a2bfa8e55f 149 0.06/1.00 vMB 40
273,410 273,410 000000000000000311079b762f65cfb5061e775d3b9a54f8db7ba3e59076b87e 148 0.07/1.00 vMB 58
273,409 273,409 00000000000000049dad1d1ce41e88e93a0e688bb85b09d5d92d4cf978823d5c 120 0.05/1.00 vMB 40
273,408 273,408 0000000000000003c0ad3d5ce031d69d9e7d0436bead79ad1407022208853f4f 258 0.13/1.00 vMB 47
273,407 273,407 00000000000000034d498a83806e05440058a01fc79b582f5e3ef123e84accea 22 0.01/1.00 vMB 27
273,406 273,406 000000000000000209bd5a462bd0e80347757da86e9ef3dd016b1d14b7c23b38 188 0.09/1.00 vMB 26
273,405 273,405 00000000000000057dfc712bcfa15ffbe3a67fbf8b701c3687f4eda55ae4e8bc 171 0.14/1.00 vMB 31
273,404 273,404 00000000000000003a4b4e04ff860607be44b89907589916b5dd32a3b9987a41 101 0.03/1.00 vMB 12
273,403 273,403 0000000000000004e3c224556475d629a7a0ec74413b40677dffe2e438b1daf7 423 0.17/1.00 vMB 51
273,402 273,402 0000000000000005be7f6d3eb3d59a41cfd4f6dc92af409a264fce3c8fd3b4d2 1,392 0.67/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 780.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 480.72 GB
    • Received: 3.16 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.