Loading Tool

Explorer IconExplorer

Memory Pool

82,679 transactions
31.22 vMB
0.12857962 BTC
Random Selection Loading Transactions
Max Size: 187.49/200 MB

Candidate Block

Mining Attempt 1bd12bc41a7b9e6486395a4aef4b3bd42ee0a43173ae645a678e5a2e42448de9
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root b384cc385ba05c4151d5683a063c7418a64f0c678759c2bda329235505bb65fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.05641061 BTC
Feerates: 180.34 > 5.65 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (210,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,025 705,025 00000000000000000005c5c275cf9aeb839c346d1bdfb12c42c4d916a9d7b06e 2,465 1.00/1.00 vMB 12
705,024 705,024 0000000000000000000dccfbfd3712a5980e4ae98bbad5456b12edb892fc8d87 2,714 1.00/1.00 vMB 17
705,023 705,023 0000000000000000000b2b0650f84ce76cec2317bd80464163ccd641edd9f042 1,590 1.00/1.00 vMB 9
705,022 705,022 0000000000000000000381ceacb6827c090caf9beb10df3e064b0da728ad298d 1,791 1.00/1.00 vMB 16
705,021 705,021 0000000000000000000b0f594ebcb51f20a296c7f033d41455cbe1b3da6dece5 4,074 1.00/1.00 vMB 10
705,020 705,020 000000000000000000052d76b24fb903d544b77e7b3a4bebd9353133b2c91170 1,385 1.00/1.00 vMB 9
705,019 705,019 0000000000000000000690aaf1e5101ab0e3d59bd93e19e59596ad5182fe09fa 2,263 1.00/1.00 vMB 10
705,018 705,018 0000000000000000000c51954c0dece20466b41ae5f9719b3bc6f137eb4e8813 3,229 1.00/1.00 vMB 23
705,017 705,017 000000000000000000078cb3a1b7602edbeeaa934a98e5860e9a48d8abdb7268 2,549 1.00/1.00 vMB 14
705,016 705,016 0000000000000000000a5fc5502be2eecaf4b4055086cd91429d45a81e4795e4 2,638 1.00/1.00 vMB 10
705,015 705,015 00000000000000000008f7e5f600a283df009aa5b619d50c58479279a6f7544e 2,795 1.00/1.00 vMB 17
705,014 705,014 0000000000000000000ba821876ebee8c4297a3cdc9b719201f1206078583a49 2,230 1.00/1.00 vMB 11
705,013 705,013 0000000000000000000b34b4807726ead52112e750489ca0f7e2d09278c7e54a 3,851 1.00/1.00 vMB 12
705,012 705,012 00000000000000000008c78b35863e43026502035f4bf7851629a6755a119d24 3,449 1.00/1.00 vMB 16
705,011 705,011 0000000000000000000c096de8ad22120b7ed9d94b85d4872b9fbe29dd47f7a5 3,898 1.00/1.00 vMB 24
705,010 705,010 000000000000000000025bde50fb610ccc43d03525982745ddb3a1cfb4ac2f20 2,735 1.00/1.00 vMB 46
705,009 705,009 000000000000000000064613309ca3e8232397b467af98790b3cc3ac23479f80 2,071 1.00/1.00 vMB 15
705,008 705,008 00000000000000000000a8675c6cbce2f04f3e68cadc382d2fecc048fd74d0d6 2,409 1.00/1.00 vMB 16
705,007 705,007 0000000000000000000a3287c34e5181d0bcc1985243b9d71b49d5a1ff0c6636 3,126 1.00/1.00 vMB 20
705,006 705,006 00000000000000000000b0a9f71aa1291e009ae81fb0b243bb8915976949a3c8 3,095 1.00/1.00 vMB 13
705,005 705,005 0000000000000000000cf16113f1d9b48df27bac31e39d7de1a8d5d030b3a9b8 3,192 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.