Loading Tool

Explorer IconExplorer

Memory Pool

84,062 transactions
33.21 vMB
0.15562536 BTC
Random Selection Loading Transactions
Max Size: 198.39/200 MB

Candidate Block

Mining Attempt 4c7d254a23a7a2861e9e4c24adf8d8d14ad9f5ffa7ca6875b7e5375fce6cdeee
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 53348bfa5e550f1067250ed14aee008b67f3f27f399c56bc7c8ae61a0cc28e4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.07186505 BTC
Feerates: 348.43 > 7.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (324,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,234 590,234 0000000000000000000646c278a28d72b70c732495a74f1d8f982ee35ef48681 2,513 1.00/1.00 vMB 6
590,233 590,233 00000000000000000001099a8325feb4a11bc569db70e3490b3cf16a18b572b1 2,201 1.00/1.00 vMB 53
590,232 590,232 000000000000000000051982e1990fb3c0efd683a47ecb7fab3c51dbc560023f 2,028 1.00/1.00 vMB 40
590,231 590,231 0000000000000000000a97d6036984ef7fc178265ff2d664f6ffd771a5df4302 2,760 1.00/1.00 vMB 42
590,230 590,230 00000000000000000002b5dd1a958e519584d136ba62b93d8e9197174f872857 2,844 1.00/1.00 vMB 42
590,229 590,229 000000000000000000169f799b1ce4a823815c90b3136702249e7079453d8c6a 2,980 1.00/1.00 vMB 31
590,228 590,228 00000000000000000003c390bc70c4e32b27b2d7605e05c99a32f819c6036f04 2,830 1.00/1.00 vMB 29
590,227 590,227 0000000000000000001b607fb18906ba25ab3f27b457017c7f8c1422cb989a21 2,334 1.00/1.00 vMB 40
590,226 590,226 0000000000000000000a8b51e2a489a32669e359579f98688747245883d76b04 1,610 1.00/1.00 vMB 44
590,225 590,225 000000000000000000065be3295a4cc3a1746cea404230284710e90a9a0ae1d6 2,528 1.00/1.00 vMB 63
590,224 590,224 00000000000000000016b3e454f77f8481f84fa7eda222fa248dd5109262df6e 3,022 1.00/1.00 vMB 87
590,223 590,223 0000000000000000000eae3b7002d4a59007ec69052e6b32f25167900f097f6f 2,690 1.00/1.00 vMB 40
590,222 590,222 000000000000000000090f3b234319366fe836183df60c2f5f8ab5789fc3ba49 2,312 1.00/1.00 vMB 45
590,221 590,221 000000000000000000139811dfed4ca3c1d983e2dca68fbf704c6866bb7f0652 2,606 1.00/1.00 vMB 79
590,220 590,220 000000000000000000122bb8c5a6ef371757cda3d11ce6a6d4057e83f5e3a14b 2,542 1.00/1.00 vMB 24
590,219 590,219 0000000000000000001039adba16cd64afb308bcaf56093822efee98abed644c 2,865 1.00/1.00 vMB 63
590,218 590,218 00000000000000000000b6f007c93c1f9fa7ef678a26756c304aadd027971986 2,832 1.00/1.00 vMB 45
590,217 590,217 0000000000000000000d0155d5f90d3123fa2b6d4ed80895c06ac6015f9d69c5 2,173 0.80/1.00 vMB 29
590,216 590,216 0000000000000000000f86d00b54b48ed64374e1da38915f658b87234a74f15e 574 0.18/1.00 vMB 34
590,215 590,215 000000000000000000150c2b176e42c4444ac172167b46c2970b227d1886aae4 907 0.41/1.00 vMB 33
590,214 590,214 000000000000000000118b634dee682909834c2aed645b3e3917b840a86ec512 2,424 0.81/1.00 vMB 27
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.30 GB
    • Received: 16.54 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.