Loading Tool

Explorer IconExplorer

Memory Pool

43,270 transactions
26.44 vMB
0.06107122 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 73b712c77b7857f6d1f25df194b2e61b9e2dd07dd9bbdaf9a55af9c342881e1c
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root f23ab6cdfa4345a53584834cf8182c44b1fd4e0553816451c2240dc91214f9fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.01254490 BTC
Feerates: 73.66 > 1.26 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (687,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,500 227,500 00000000000000db0f88a28a20ee6b0b383090dba28e9c0198a433b1d2844192 453 0.18/1.00 vMB 164
227,499 227,499 00000000000001434b0e0129cd5cc2c122f8b8cdb0b913cc98b310f1fb77c372 739 0.29/1.00 vMB 231
227,498 227,498 00000000000001865a2cd9167daa46780c04fc6309be33c4562e959342733365 404 0.16/1.00 vMB 313
227,497 227,497 00000000000000f1c32b160d7a66ee1d9194a023fd05f1a063d0881ceadb19b9 144 0.15/1.00 vMB 100
227,496 227,496 00000000000000bb6cf643f8de348a378dcc10f383fc3c0a4aa4134b5f76f6ee 117 0.15/1.00 vMB 86
227,495 227,495 00000000000000a86c0a6d7b3445ff9e64908d6417cd6b256dbc23efd01de26f 1 0.00/1.00 vMB 0
227,494 227,494 0000000000000135aeabf9666fc9f1d5b8573685db070a5f1dfdd78f728a167a 90 0.15/1.00 vMB 79
227,493 227,493 0000000000000043b5d8b2698363d0c7864f5d0d05638e06df888d191ed79991 494 0.20/1.00 vMB 232
227,492 227,492 000000000000024515b8c873bafb3bf05105ab3c24fca16b9326c7ceda01bcc2 235 0.13/1.00 vMB 155
227,491 227,491 00000000000002d359678de7973090dd9ceffe54c26749fa48865698563f723f 557 0.23/1.00 vMB 213
227,490 227,490 00000000000001d31c7f4430d52a1a0e8187c8072152c639797a5f48d75bdd2f 250 0.12/1.00 vMB 191
227,489 227,489 000000000000004fd577c4781a8f1b887af9f5ae276dbc849566350243925901 443 0.20/1.00 vMB 195
227,488 227,488 0000000000000030549804b279b2ec8e8b6d246a79589cb1256bc2b3d52bc9fa 113 0.15/1.00 vMB 82
227,487 227,487 0000000000000348a4d8b1f5b3ffe5bdbf626f02bc08cdf1077c7e6bf81c669f 280 0.13/1.00 vMB 189
227,486 227,486 00000000000002b3cf432c0302f4a9828e25328613d0a14b9475c1509ce0d4d7 256 0.29/1.00 vMB 68
227,485 227,485 0000000000000335b6479e1fa35bcb930c57ba35c04c15c6be826a3c2a5a41dc 165 0.09/1.00 vMB 172
227,484 227,484 00000000000000674fa48a6cef8a68d2323410afd77af67d3ae25e9cab8f937f 270 0.15/1.00 vMB 150
227,483 227,483 00000000000000e381e6e7a0854a3c5b292aa4fe76f0644c3ad988605802dde7 346 0.18/1.00 vMB 169
227,482 227,482 00000000000002c0a819cca9ff9def3f5535a9d475d57bd93493d5255cd29355 336 0.19/1.00 vMB 158
227,481 227,481 000000000000017eb3fd3255233cef083c3e9cc0094c501d4d311349aa69186c 141 0.05/1.00 vMB 217
227,480 227,480 00000000000002cf9949f5db54f39e9badc4133e1c321f6764f5c960e45ea372 652 0.25/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.