Loading Tool

Explorer IconExplorer

Memory Pool

28,877 transactions
7.29 vMB
0.06374594 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.89/200 MB

Candidate Block

Mining Attempt f853fc3048bc65e5805db42807361323a9231a35d83bb49fad36eee2f4d12a68
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 52f2099ff64054a71fa9dbdeda546bde18020de1e0f0ca141e3d81093a445023
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.03544064 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (743,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,040 170,040 000000000000065a37148490f9ee4de142de1e42e4238ddc406ccb60b810e8ed 0.00 MB 1 0
170,039 170,039 0000000000000581fed634c3ec85a27a5aeb43377b3794b4449d64a61b218f28 0.02 MB 85 10
170,038 170,038 00000000000009bcfe1e9bd03b81b3165be608c3c04e6061fe3eeec0ce5b3b91 0.01 MB 20 77
170,037 170,037 000000000000026d2cdf7ccee4508fe2cf7689b13fbb0e794cb1d869fd1af432 0.01 MB 22 201
170,036 170,036 00000000000009040d3b0cd47702c59524ae62177e679fa01e2692fdfcc19d75 0.01 MB 37 283
170,035 170,035 0000000000000825df61c86a970c12f3cba78802fe41377186d13a030f3ca0ab 0.01 MB 23 237
170,034 170,034 000000000000014f4f099b401eea43d01d0d197a3b064d5fbdd2aa12583bcd8f 0.02 MB 36 97
170,033 170,033 00000000000008d014f315c5c025a3ae3112744cba6d2ec8c3a235a7393e4ee9 0.00 MB 1 0
170,032 170,032 000000000000064a2e753689d6314fe97adb1e723bd04b572295a58ac7416c7b 0.00 MB 10 22
170,031 170,031 00000000000006b7fa9c866f69da7016a6adfea1cce40c80025577c5f0f3b7d9 0.00 MB 7 24
170,030 170,030 00000000000005d8ee675238a77974ce29a32e57f5925470d88b891079156b1f 0.00 MB 1 0
170,029 170,029 00000000000009c8a9d129546fbbf1601c7ddbce66e129db8c9e0cdea209f74a 0.02 MB 39 82
170,028 170,028 00000000000007fd6acd8af1201ed4d7aa03bdfec07ba6f9ce463dfb9c2f3779 0.02 MB 96 10
170,027 170,027 000000000000097d7be84813d914de27132a91d90b10cbf511cb125169f8af7e 0.00 MB 15 37
170,026 170,026 000000000000029c4b8d64980d0978e482d2b065f4ec34fc55ae024429f93340 0.03 MB 55 118
170,025 170,025 0000000000000b297dc1dd1bf0d7207a124067eaf0b4277937de3b5783da2a47 0.04 MB 76 103
170,024 170,024 000000000000030a4e4a2e38584b9e740587aa13ac9bc73337c3173b409ef37f 0.02 MB 34 479
170,023 170,023 0000000000000898e40e2ea2cb98e3a5ebbe2852461e581c5813633a6a267f6e 0.05 MB 98 16
170,022 170,022 0000000000000a39893a8c0f622b9f8368eef660c8d59e6f9cc5cd9d2ce5f833 0.01 MB 12 246
170,021 170,021 0000000000000697a306afb7d5679d554051d607352a39b730f2c081d6e283b0 0.01 MB 16 138
170,020 170,020 0000000000000559b465dbc8cb3c6fc3b87d54f2f5dfc9be969de99de1ffdd75 0.03 MB 78 165
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.96 GB
    • Received: 0.35 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.