Loading Tool

Explorer IconExplorer

Memory Pool

87,040 transactions
31.94 vMB
0.13441253 BTC
Random Selection Loading Transactions
Max Size: 192.83/200 MB

Candidate Block

Mining Attempt 9e4bff7750caa7a5db9047203ef90a1be21a78e25c3a05265b8906e509147f8d
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (377,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,106 537,106 0000000000000000000ff314a518a030b61abfdf68fcf98b37540347e3b63b32 1,393 0.56/1.00 vMB 24
537,105 537,105 0000000000000000002955593b745757907eac2a3742303d9a167c819e9e366b 2,000 1.00/1.00 vMB 19
537,104 537,104 0000000000000000000f0937ae5c25391ba75b12ed946746d7e1621c6dda7610 163 0.07/1.00 vMB 12
537,103 537,103 000000000000000000161a9f6a889bfb1690112b3bda8da28c73418054912ba9 1,239 0.58/1.00 vMB 22
537,102 537,102 0000000000000000000df7347db69bee8294f7bc751c41be7f3534353d1a729a 4 0.00/1.00 vMB 74
537,101 537,101 0000000000000000001438684abde079c1f7465f387c80a06781836af753cab1 269 0.08/1.00 vMB 14
537,100 537,100 0000000000000000000d845ff7cff973fa278bf71ce86adb90437c1058ebb52a 1,508 0.71/1.00 vMB 29
537,099 537,099 0000000000000000001d67b91adf51f908bcb8ff6a20b6d26636c6968a9eaeca 1,217 0.47/1.00 vMB 24
537,098 537,098 000000000000000000136bba14fdfdea3f1134d35bf408e93f9b9adc5fbe797e 2,358 0.83/1.00 vMB 14
537,097 537,097 0000000000000000001ec5b0c32c30d2ae0a0f6e48e4ae50f691be48794f0076 2,192 1.00/1.00 vMB 31
537,096 537,096 000000000000000000088994f602e5379ad8b712cc2b46a0277627192cc195da 97 0.04/1.00 vMB 14
537,095 537,095 0000000000000000000b72b6b0cb591e62b47dab94043a25adf621ddcf2b1119 177 0.05/1.00 vMB 24
537,094 537,094 00000000000000000021684c786ca9cd7762d4d058361b05234996de0a65fec5 2,415 0.89/1.00 vMB 21
537,093 537,093 00000000000000000011c65d35e0e5f0ef3218b1d332b08cceeb7414ee23d478 979 0.40/1.00 vMB 28
537,092 537,092 00000000000000000010f5e2ff02b48fed5711df8255183cc0d9faf88bbd70e3 207 0.08/1.00 vMB 25
537,091 537,091 0000000000000000001c1e7b9a61b5851d422b6aab9f0db2eeb25f3f73492e09 346 0.14/1.00 vMB 46
537,090 537,090 0000000000000000000a28f29cd03c57a1c6c0fa87837e7fae8eb8b1989ab96a 601 0.20/1.00 vMB 25
537,089 537,089 00000000000000000024f42f5a02a6457b44d6f664d9a14dbbe8fda034ed92e3 859 0.53/1.00 vMB 13
537,088 537,088 0000000000000000000e9e505f02e20f8fc7cea31285089d28ea607cf63489b8 2,516 1.00/1.00 vMB 15
537,087 537,087 0000000000000000002b1cd834b552f4973975f7493a3629f1e9db1bda0a8f10 2,769 1.00/1.00 vMB 26
537,086 537,086 00000000000000000011c6c34d7a8fb37cc47ede158a23681994a25b002f7b48 1,349 0.61/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.