Loading Tool

Explorer IconExplorer

Memory Pool

51,930 transactions
29.99 vMB
0.08940467 BTC
Random Selection Loading Transactions
Max Size: 160.11/200 MB

Candidate Block

Mining Attempt f671eef7e38c4d7debb570fd427770e38bdedb43ab5e928bf7307d53bd35844e
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root 4fd709c342d248dc1e0904c90d457f25dc4d3dcbc72c443ecac8d3c603e2bf08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.02550036 BTC
Feerates: 201.13 > 2.56 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (897,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,356 16,356 00000000783f87e9c8ebf6dc6f7cfe0fe9616107d0f4dc7099c7cb36f601bc91 1 0.00/1.00 vMB 0
16,355 16,355 00000000ae7f3661d6244ca0e525f030848de848cafa2e677dde70101d5ca7d5 1 0.00/1.00 vMB 0
16,354 16,354 000000005cb28ed73001de9e891ecddd7d838542433a4041f59b45671c2db139 1 0.00/1.00 vMB 0
16,353 16,353 000000008e23786bf390267e525c4df5b269e1d6a595d3a308b7311eac0edb27 1 0.00/1.00 vMB 0
16,352 16,352 00000000cd3e3278225e66f811c57ff89e7b51b661c33dba23b8af531582daa2 1 0.00/1.00 vMB 0
16,351 16,351 000000009813aa5796a38deeeaaa7206dd5afdb2c6e6ab82b7eac401f4ac0d9a 1 0.00/1.00 vMB 0
16,350 16,350 00000000a080a343fe88a103c3fac7f627afccf853af026a5f4d78b22d538bfc 1 0.00/1.00 vMB 0
16,349 16,349 000000009df1a1d3114ba8b69d345a5a9b958cc96ceabe895e353ef2426ffad1 1 0.00/1.00 vMB 0
16,348 16,348 000000001421441709f79f14a82e49ba2c652e6831330db6b2e938a76b33b2e3 1 0.00/1.00 vMB 0
16,347 16,347 0000000048e88aae1a4179253e1708777e782546c570545f7f49b62db3514f45 1 0.00/1.00 vMB 0
16,346 16,346 000000007036b3e131d774d3d272f977f71feed3af4b3a95e1330e12fb4b75ae 1 0.00/1.00 vMB 0
16,345 16,345 00000000c45622f34feadc16c0d024363f4cf6748544316b71f1b13446969c48 1 0.00/1.00 vMB 0
16,344 16,344 00000000db125190ab170c856d590ab9ba6bb561207e518d2670cdf8ba50e5b4 1 0.00/1.00 vMB 0
16,343 16,343 0000000018cc858dd84c83e287098572301c175c6568a0e1cea6462e5f9f6a26 1 0.00/1.00 vMB 0
16,342 16,342 0000000088c5f1dcc3e99d923d9cc69568bb00624e4d055bc665fefce41dfa48 1 0.00/1.00 vMB 0
16,341 16,341 00000000215cebeee9db50f8b5992659080ba88a57c001f748f74a2ad4a56360 1 0.00/1.00 vMB 0
16,340 16,340 00000000522626f9858bff13d82cfca3f088f3d39aaf661dfe1c6616bb878a8a 1 0.00/1.00 vMB 0
16,339 16,339 00000000347f39c3838ea5669f6b699c28005ff56ecfbaf43b3af3571a9ce0c1 1 0.00/1.00 vMB 0
16,338 16,338 00000000b6b23f37dbd2ebacbeefc25ec0473e0157cb9ec9706e39aee1568522 1 0.00/1.00 vMB 0
16,337 16,337 00000000451d0c60bcbbf237c4f7dedf76bacd7ccfda97288bdaa63ca499e123 1 0.00/1.00 vMB 0
16,336 16,336 00000000b094764d40c5321a93826115884c56a7b0030874ef761ded8a6da648 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

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