Loading Tool

Explorer IconExplorer

Memory Pool

65,986 transactions
20.25 vMB
0.06424096 BTC
Random Selection Loading Transactions
Max Size: 130.92/200 MB

Candidate Block

Mining Attempt 5ae09230f03e9d80b345bd39d83c27d4d5bc1f4bd357d13d8d1d1c02d12bff0b
Version 20000000
Previous Block 0000000000000000000034c3fa464cdb86bf5da92315fe166d94cd51b2c81e67
Merkle Root 7e35ae0e57343a322c8a31fcdbebc78602d1221538661c811c14444bcd190f55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,165
Size: 1.00 vMB
Total Fees: 0.01745907 BTC
Feerates: 100.45 > 1.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,770 (699,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,970 215,970 000000000000007d2317f3e4dd9e3c53424566455995ebc141af64bb61f0f3fa 214 0.09/1.00 vMB 197
215,969 215,969 000000000000007f15f8b1a5a129bfb6a296b1b1e5b422f62a9b4cdd9f6fe373 427 0.17/1.00 vMB 242
215,968 215,968 00000000000004119d882e18babd9321accea11b5ae0869208f2aaab7c069d7f 150 0.08/1.00 vMB 178
215,967 215,967 0000000000000300a7dcf79878fed641e2a73fc6433ca0ed1031773028c1861b 546 0.24/1.00 vMB 226
215,966 215,966 00000000000000e99d6e04f4081d5abd699ab88cf2b7d034af550ab3bd30d877 309 0.17/1.00 vMB 221
215,965 215,965 00000000000001b7ac49568d3467187709751f02d1f0d3bd657409d0c6ab4be7 64 0.02/1.00 vMB 237
215,964 215,964 000000000000027709948335f5eb78a3d964df2a0cfcf029ffcd68f39373cc24 93 0.04/1.00 vMB 174
215,963 215,963 000000000000029583453cc9589d2b6cfe64a5954b18bea8c43a77c28cdf047e 34 0.01/1.00 vMB 143
215,962 215,962 000000000000005ef2e9869cecb884b1159b918122d4a9dfbbc9e20b183a2192 148 0.06/1.00 vMB 189
215,961 215,961 0000000000000321bf081163dc86e98fdedef2e09ef9e89ec0e588513fd10aba 132 0.05/1.00 vMB 74
215,960 215,960 000000000000001c58539b932b4f6661dd918f7cad6ebde3e23448efdf1dc2f2 557 0.21/1.00 vMB 221
215,959 215,959 00000000000001f03bcd3551e6c1b8e44fce85494ecbf84a9ab5cda13e45a425 332 0.14/1.00 vMB 180
215,958 215,958 000000000000025c7b02515ce6c9fadabeecd4ae117f3a7158e2b6ce764d8faa 128 0.04/1.00 vMB 204
215,957 215,957 000000000000029b986aaf42e624b25f0889ab1fa447e25495495c31f2ffb57e 346 0.13/1.00 vMB 189
215,956 215,956 000000000000015fdd4ecd1c6b9f7899c388a26c5321287a883f3f81e6bffd98 123 0.06/1.00 vMB 140
215,955 215,955 00000000000005187d6631490212195ffa6b44cb75b09ec98b77d86ee555b12e 50 0.03/1.00 vMB 149
215,954 215,954 00000000000004db9b4dfa28fe6d5af99e88f7f2b94ea91c7d6181e6cf7f5433 348 0.29/1.00 vMB 87
215,953 215,953 0000000000000304ea7738511accb3a9e9761cf38d6c61552c4e523ff769c705 392 0.25/1.00 vMB 126
215,952 215,952 00000000000002d9118d280cd69a837c8c31380122b4792f1fa1e4a3d68d24a5 22 0.01/1.00 vMB 188
215,951 215,951 00000000000000a028321edd2c74411fc14a9d2af1633776a8c4c07689aca081 18 0.01/1.00 vMB 134
215,950 215,950 000000000000004cad8dc943447df9d6420f7f8a61908a1b47f6231a2c58479d 46 0.02/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 783.71 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: 779.18 GB
    • Received: 21.36 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.