Loading Tool

Explorer IconExplorer

Memory Pool

88,701 transactions
33.76 vMB
0.14138514 BTC
Random Selection Loading Transactions
Max Size: 199.89/200 MB

Candidate Block

Mining Attempt 72f0fe25a0aab4a1e9b5f696bc39951f7ae0a51f3a5d5e905f643dfc446642eb
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b5f89cd7069ba00be2535349de8d660d42dda9205501e61159e7a63eee92836
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.05698997 BTC
Feerates: 469.97 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (646,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,879 268,879 0000000000000004bed85933df7d19abba680d5191de9ea428c0c1ad6fb15aa2 379 0.21/1.00 vMB 76
268,878 268,878 000000000000000411d5d9203854a847656fce13ede8c47c1536a3ae5e5cde08 1 0.00/1.00 vMB 0
268,877 268,877 00000000000000026ab452a4c602e8c7b3d6bff1155bf801a44612ce9d51c896 5 0.00/1.00 vMB 10
268,876 268,876 0000000000000003c0011a3edb5684a01bdaa168007d2b7e1c1a88b6095e9215 153 0.06/1.00 vMB 125
268,875 268,875 0000000000000004a1f1444bc8e41e44d92be7f93a9e962dce46de2ee7cdc80d 185 0.10/1.00 vMB 20
268,874 268,874 00000000000000061db3021b7c7f5301bf56a8dcd0d96d435f54266df51c9ef4 632 0.25/1.00 vMB 82
268,873 268,873 0000000000000004c95805fcb3038f5fa94b6d4b9b60017202c7b4a39674804b 259 0.15/1.00 vMB 63
268,872 268,872 0000000000000002cfbc254558e8aea3eab620b6a0f7296d76e298811aa213d8 396 0.19/1.00 vMB 62
268,871 268,871 00000000000000052a39d17606493a8d6fc853b107642e336ff52180c0099945 1,034 0.50/1.00 vMB 36
268,870 268,870 00000000000000083b3248a2c6a46c6686aea11fd4877166ff1ff9b55f4bf50b 436 0.25/1.00 vMB 6,139
268,869 268,869 00000000000000081e15399b7d9f320c161c15a9122ec6301661ec34da403cbe 149 0.06/1.00 vMB 75
268,868 268,868 000000000000000865a25a83b2dab010f555335e42e7014d24ada469883de280 293 0.14/1.00 vMB 86
268,867 268,867 00000000000000080c93090732d4e0d1dffee69718f2b17e4f137fb42a316bb5 172 0.07/1.00 vMB 86
268,866 268,866 00000000000000023a684b5f056bade0fba7230fe10f2a22d49048fdd246ea87 156 0.11/1.00 vMB 37
268,865 268,865 0000000000000008550f9125e1d5057559142229faaaa6427b879f32a327d1a0 549 0.24/1.00 vMB 75
268,864 268,864 0000000000000000b24450ddb87badcf86762eb5070ab92a0e508481a8789e78 271 0.13/1.00 vMB 28
268,863 268,863 0000000000000002f70a82795940dc8b6fa913a4baf7acc6fd176f3c91d1f27b 754 0.25/1.00 vMB 84
268,862 268,862 00000000000000075ed9d4a85532431b9793f93c5f9732cf1dae4ed1d0659cde 396 0.18/1.00 vMB 62
268,861 268,861 00000000000000045cfd7571a5065273a91ff798f63f9d8a3403c1a9d500d3b5 469 0.25/1.00 vMB 87
268,860 268,860 0000000000000005ca67e7f1570e5f521913d22153bd10fcc6d35ca3fa14bde3 371 0.19/1.00 vMB 82
268,859 268,859 0000000000000000db9fcddda9d9c93e1d7078249619683489d96988aa1acc9f 102 0.07/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.30 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: 657.92 GB
    • Received: 14.56 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.