Loading Tool

Explorer IconExplorer

Memory Pool

78,063 transactions
29.73 vMB
0.07870401 BTC
Random Selection Loading Transactions
Max Size: 178.01/200 MB

Candidate Block

Mining Attempt 0d31d6965fc406d3d35fcf1e7aeaf65ea6e5de2ad104f7c9a5bb80fca8c1cb83
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root e9ac8c7eda53d6fe30332738f98e3f018dc7bd235b9271637599383a1e3ee453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,445
Size: 1.00 vMB
Total Fees: 0.01228784 BTC
Feerates: 40.21 > 1.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (577,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
337,624 337,624 000000000000000005ee3e73c3fcb7468189531bf9dfdfe67e771a04ba64e2db 1,042 0.69/1.00 vMB 18
337,623 337,623 00000000000000000f349e6a54f98169f2d1d5e67d933833d052fc8c378e4476 273 0.16/1.00 vMB 16
337,622 337,622 00000000000000000ec38d067629ac9d47f3f7b86b09482c0f47ce1acd9c5d5f 61 0.08/1.00 vMB 7
337,621 337,621 00000000000000000fc2326af8cadd71d13a349f057c906cb062fdc4b9cccc8d 685 0.59/1.00 vMB 33
337,620 337,620 00000000000000000a931101f9152b38fff1804c2204614fa804fb62d2193b11 559 0.37/1.00 vMB 20
337,619 337,619 00000000000000000abc507ebd1c9cb34c16507bf8418230eae0a9a3abbe2f0c 132 0.11/1.00 vMB 11
337,618 337,618 00000000000000001357c214241d3f17367e0be7016a3fb92527bb96d700941b 1,293 0.71/1.00 vMB 26
337,617 337,617 00000000000000000a7390c976220db9a6aa4ae089def2c4a5f7abccb94f2e5a 166 0.07/1.00 vMB 25
337,616 337,616 000000000000000000b96a4f0de960dc254bb82a47ea26223ad091702a237343 1,146 0.66/1.00 vMB 25
337,615 337,615 000000000000000009c9bca970cbebb6210457582d5c985d2d4a513e25b8583f 585 0.29/1.00 vMB 27
337,614 337,614 000000000000000014237b20b6da77e9893392967f6449bd5c9083d2a476fc76 94 0.08/1.00 vMB 12
337,613 337,613 00000000000000001174b1849dc6c06d02977705ccdaad85cfd5e8c6831158b3 1,254 1.00/1.00 vMB 19
337,612 337,612 00000000000000000369fef159c76284fa1beeb921997b5a46ce3d3bfcec3879 1,750 0.75/1.00 vMB 31
337,611 337,611 00000000000000000295dd4c15a129a7ca7da3ed4ae6d274d3b9e82311159285 1,212 0.63/1.00 vMB 26
337,610 337,610 00000000000000000a4b3b3f2d29165377c993bc9bf7a8ad77bde2b205743b90 664 0.37/1.00 vMB 28
337,609 337,609 0000000000000000002363a57d1e8da623efb30293dffa0f011e7cb5e3882868 538 0.38/1.00 vMB 20
337,608 337,608 000000000000000014241bb8432be31b28ee7b38012b338aa2341d5c536bfc78 453 0.18/1.00 vMB 39
337,607 337,607 000000000000000017007ca9f27486546f94e91d5326bf15a2815b9d6f9e4084 143 0.06/1.00 vMB 27
337,606 337,606 000000000000000001e4348dfa32d5d80feab20b3f8463ab59deaeb5b6f30fa9 687 0.51/1.00 vMB 23
337,605 337,605 00000000000000000ea839aeaa3e8c2aab680df68cd11a6912f8a9abe942486f 287 0.17/1.00 vMB 25
337,604 337,604 000000000000000013b4b9e493b72c5e26477ba982caf68bf3dbb3171d4e7d4d 555 0.36/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.