Loading Tool

Explorer IconExplorer

Memory Pool

14,367 transactions
2.86 vMB
0.01089811 BTC
Random Selection Loading Transactions
Max Size: 22.25/200 MB

Candidate Block

Mining Attempt bce38052b10474dba41d6df142eaec9c95df19a6a3e2aa0654c7d457e09b9625
Version 20000000
Previous Block 00000000000000000001f064726b30321d998c23d5ec14052ee9368dff10b154
Merkle Root d8f336964471d091169f7dfbeba6de889a00608cf5615dfb734948f52ec9fc7f
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,783
Size: 1.00 vMB
Total Fees: 0.00820103 BTC
Feerates: 180.34 > 0.82 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,201 (782,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,554 155,554 0000000000000ec12385ed9210b5c26f6764a77e1fa3ece91586e6d5abf9167b 100 0.05/1.00 vMB 32
155,553 155,553 0000000000000f038e1238ee7c2dca720d9bc2f34f4ece49bdd355cd5adb793c 37 0.01/1.00 vMB 337
155,552 155,552 0000000000000796f64bfe30bd59465ffa878f78b3248b802c094f79f90e0e63 27 0.01/1.00 vMB 12
155,551 155,551 0000000000000992532e5ba65ebe16114e8d926a50739f2964fccc162190c56a 8 0.00/1.00 vMB 633
155,550 155,550 00000000000002a14166482c11e1117f0d1b922132ef33b678ff14247070a0a9 34 0.01/1.00 vMB 1,852
155,549 155,549 0000000000000e2ea16f679f183f40408c0c6e3b1af0880d8cde9374411243db 48 0.02/1.00 vMB 468
155,548 155,548 000000000000024ece0881bd6c659de9cece56735b9604c1ae6e465e43d204b7 29 0.02/1.00 vMB 212
155,547 155,547 00000000000009b3ee8983b589d14c3755929476fc18dc3fe90cddd9a61bbe44 49 0.02/1.00 vMB 24
155,546 155,546 000000000000070752cd4f033b9fb50682701b7ba8520565b04e2108ceceac48 11 0.01/1.00 vMB 242
155,545 155,545 0000000000000cc2bf46412a64fd5bf8335dd504d655909eab7d79a323d1e94f 27 0.03/1.00 vMB 41
155,544 155,544 0000000000000c86066cdc2dc8f6961da85b390e9bae9dd4e5b700830dc20f01 199 0.05/1.00 vMB 18
155,543 155,543 00000000000007d697e59810678eb3807bf628f7b762ceeee7c41490211bf983 8 0.00/1.00 vMB 11
155,542 155,542 0000000000000a5632ac4c9bf4633ded0b58d9e8ce0c77b12021c327d737f17c 33 0.03/1.00 vMB 54
155,541 155,541 00000000000000a2a4f030c9fced4b7a76d3aec379ec1c709b143ce294362513 50 0.02/1.00 vMB 140
155,540 155,540 0000000000000337229d6900e1dfc27630906a99d61c7b2f3344681dab1a22b2 82 0.03/1.00 vMB 121
155,539 155,539 000000000000003cd88b37b305f1ab4145459a95e317983a604b67c2ece8ae88 25 0.01/1.00 vMB 51
155,538 155,538 000000000000072642ede58f8b4d2a47bf5814cba1908881ad3c1ec1f664a71a 50 0.02/1.00 vMB 366
155,537 155,537 0000000000000b7e82a903de3ce04d01a3017dd8d6badf1013738ce28549d0f0 8 0.00/1.00 vMB 120
155,536 155,536 00000000000005c7edbddcaa8cebd65c135271fba69f6d0e7b27e9ebb30ac4fb 12 0.00/1.00 vMB 40
155,535 155,535 000000000000027c25e4fe861474a7ea33b976fb33d43a6a1d00e1f91bf8978e 10 0.01/1.00 vMB 57
155,534 155,534 0000000000000a22e318c3ad49bcaa5aeba40a631f757f4ba374982389f645cd 12 0.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 823.50 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: 4,086.78 GB
    • Received: 224.10 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.