Loading Tool

Explorer IconExplorer

Memory Pool

74,899 transactions
27.60 vMB
0.07308968 BTC
Random Selection Loading Transactions
Max Size: 168.50/200 MB

Candidate Block

Mining Attempt 066864c18a74e74a453e0b14b1aa182de7e83791cc202fb8a196c0943ba755bb
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 94369c3ab4f7923471d4d0a2d538d28817afdff66fc1d5e1000bf299d8f9919d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,494
Size: 1.00 vMB
Total Fees: 0.01416612 BTC
Feerates: 80.55 > 1.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (449,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,848 465,848 0000000000000000017836cecf9ef8e184897a1690d47720880f678ba92c2843 2,007 1.00/1.00 vMB 213
465,847 465,847 000000000000000000331b2c22012e431d61e0122bbebf24e69be0ab5c1e532b 1,689 1.00/1.00 vMB 100
465,846 465,846 000000000000000000437291f12e8dc203c81b00558bdffbea16655d39b01810 1,821 1.00/1.00 vMB 144
465,845 465,845 0000000000000000015e2390895861f7d9d443af121e837bef87eb3ed51e549c 3,091 1.00/1.00 vMB 159
465,844 465,844 000000000000000000be7beafc0b921ee5ec8fad469dc328c6faf8a4f21aab9e 2,878 1.00/1.00 vMB 140
465,843 465,843 000000000000000001d450ccf614af92c3b886ded69228930c936d3a44c5f832 1,718 1.00/1.00 vMB 143
465,842 465,842 000000000000000000692bf030d7ea59b4b05b3e0e4fb7552f71ecce01cd9287 1,881 1.00/1.00 vMB 225
465,841 465,841 00000000000000000079fd21145ebf9fe52a75f20a8e823b933368b1676b3730 2,042 1.00/1.00 vMB 168
465,840 465,840 000000000000000001c8a9de950773371df9bd4b500081798c148c496734a31d 2,253 1.00/1.00 vMB 196
465,839 465,839 0000000000000000002b7196120e25083110164e968170f1949f2d21099c5a8f 2,960 1.00/1.00 vMB 216
465,838 465,838 000000000000000000a323dbd1d07dcf2b97c20e24ff758b802de94afe9e4ef0 2,084 1.00/1.00 vMB 244
465,837 465,837 0000000000000000018b4152f02227035223d27c1fd69ac75265849a27ce1e80 2,454 1.00/1.00 vMB 196
465,836 465,836 000000000000000001042dadc7a00e78e5d7d90457516b5bdaaecf99c1a18a52 2,054 1.00/1.00 vMB 168
465,835 465,835 00000000000000000112d25f31ee5dcb8d2a7627f244c0475c3383a936f2f47a 2,374 0.99/1.00 vMB 201
465,834 465,834 000000000000000000d002f789a7b77ae0b28fb9b0e0ee44a63114e83be8af54 1,694 1.00/1.00 vMB 145
465,833 465,833 000000000000000001ef340ed9969afe1fa60b4a5d7c409a7357b62b3cd74a6b 1,516 1.00/1.00 vMB 155
465,832 465,832 0000000000000000012f38582869a5984a8e11b043eb4142301102ed45da2a51 2,447 1.00/1.00 vMB 140
465,831 465,831 000000000000000000336b1b911a8365721ff2370efabe8a05a7f89cea5c93e1 2,621 1.00/1.00 vMB 216
465,830 465,830 0000000000000000011dd49ad5a69bbaba086626f3f84b9701543c0c2b12f6fa 2,159 1.00/1.00 vMB 164
465,829 465,829 000000000000000001564d896da5c4478a52a00075c09772f6c33a255137bef8 1,600 1.00/1.00 vMB 142
465,828 465,828 000000000000000001298d1f75a45b415b86fe306f6958496ad132e97c2a44d4 1,947 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.15 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.