Loading Tool

Explorer IconExplorer

Memory Pool

15,401 transactions
11.36 vMB
0.04893722 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.59/200 MB

Candidate Block

Mining Attempt 187e01cdd19970082d3f9c52f33eb92d19a3258c0f222f428ce59bdf7374dd8c
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 997824fb45072a03e2e90c5a8f2912b79b0f4b9566707d7d7e0f1acbbb19fe95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 0.99799925 1.00 vMB
Total Fees: 0.02442586 BTC
Feerates: 151.03 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (750,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,853 162,853 000000000000072a758376af4b4289b905533d24fb58272516ef4716b3cbca71 1 0.00/1.00 vMB 0
162,852 162,852 000000000000051b750803b4a3aad7a1260f5939cc59138575d6653b3832939b 12 0.00/1.00 vMB 40
162,851 162,851 0000000000000cdb9c3eb077152e4cd9a8ce1fdcad0524a1f8fb2bb9a9a4c6b1 34 0.02/1.00 vMB 4
162,850 162,850 0000000000000884656c56a5ca1a0dc7a5180b2ff66d6df39468d17c1f113008 78 0.06/1.00 vMB 64
162,849 162,849 0000000000000030fd4715368865ee05db4b9ace1b592580ad23a8d3104419f2 1 0.00/1.00 vMB 0
162,848 162,848 00000000000006a1b9b5560287d3c907f0c4fdba205438ae29e81cd6bc0105d6 70 0.03/1.00 vMB 147
162,847 162,847 000000000000045905de29a7f9d2bc93f4d65a3a9ccc18793c8d1a5e6a1e20d5 8 0.00/1.00 vMB 387
162,846 162,846 000000000000087eaddf311a01163b18d902bdf02145824389c7ab0a971144b5 114 0.05/1.00 vMB 217
162,845 162,845 00000000000001c907d04db7f68c2db5e8eb8ba57484ee17eba55dbc370ea125 136 0.05/1.00 vMB 134
162,844 162,844 000000000000098902d2e43cb08f2d880314601d2863e1ca56e643ff328fd409 13 0.02/1.00 vMB 105
162,843 162,843 00000000000008b9ef91135d829873d94ad64d6087c165a860c3afb02b53f091 14 0.00/1.00 vMB 44
162,842 162,842 000000000000082ed3762ffdf3f04ba1259f0223a48023b43c0be171f43297e9 23 0.01/1.00 vMB 215
162,841 162,841 0000000000000c8c8d769ecd3642d77e1353f3575fcbbd47f841c54b772adb89 72 0.03/1.00 vMB 68
162,840 162,840 0000000000000c6ef2840dc3ccdc217206ed96ec2e5409fe6bacd0ed825a5213 1 0.00/1.00 vMB 0
162,839 162,839 00000000000000d6c5bbfe471fe681c6ce2ed29357be0cae23b24d79cf547c79 30 0.01/1.00 vMB 99
162,838 162,838 0000000000000d53ee62f8c578957d1ea678220931f735f64de4b256d31ffd9b 58 0.02/1.00 vMB 84
162,837 162,837 000000000000082c15afeabd686c381b6cb91d81ce6d347fdda1395516978fe0 47 0.02/1.00 vMB 47
162,836 162,836 000000000000011963dbc44d778cbe0397d7702798ba024cf8ca73b4833d75fe 12 0.00/1.00 vMB 17
162,835 162,835 00000000000003489955b9737d00d407ca3581f38c5c0fdc5c82f6fb51c94e0e 54 0.02/1.00 vMB 121
162,834 162,834 00000000000003f893c27cd775b4417ac5536d7392c732bf095f61eab4b6acd6 83 0.04/1.00 vMB 146
162,833 162,833 00000000000002a1e25c8440b62ebb17535dda31e7a9204f8663561bd7c655b3 88 0.04/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 517.20 GB
    • Received: 4.51 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.