Loading Tool

Explorer IconExplorer

Memory Pool

25,024 transactions
10.56 vMB
0.02661324 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.46/200 MB

Candidate Block

Mining Attempt f3cdcf5019840fec7756d88c962d151d9edbb3cfae0bdf7b4e9efe46fb2bed54
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root eb921836600af09a282fbc219eb7dd5017f89433f3b699117b77ab433b955aa9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,316
Size: 1.00 vMB
Total Fees: 0.00926053 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (767,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,267 146,267 000000000000082047960bf0fe888a929379aac1fd269d447acc5ffc7308e1ed 12 0.00 vMB 176
146,266 146,266 000000000000039d7782403ce56aa26226b5d7981685296ca5accd5ebee40348 114 0.04 vMB 102
146,265 146,265 000000000000077e28baff8303f45173ec3caf628d17977066f8da04538e1008 35 0.02 vMB 49
146,264 146,264 0000000000000864e2ed409294455cb7bb01d023adc4d1d630f0b361b59c9472 66 0.02 vMB 186
146,263 146,263 0000000000000905bd5b544972c62f94e7d67c91ca4c7565de6fb347408f01f9 7 0.00 vMB 880
146,262 146,262 00000000000004927ecd78103699a4d6cc72474ccd261b0b8e4ea2a7ae50eb3a 61 0.02 vMB 0
146,261 146,261 00000000000005fb707ae8753c29cf5c5f960ac984e98b39aea3e3b5d21c880d 10 0.00 vMB 23
146,260 146,260 000000000000031051e6f4caeb78a026dbf2faf45f55d522228dfc2e238f578a 48 0.08 vMB 53
146,259 146,259 000000000000055fa410ba7dfe1afd4447cb6ec79d1e5ecb79be406261a3bcca 12 0.00 vMB 67
146,258 146,258 0000000000000891fbae1d9118685e1eb66893b9096fe51d7258906207a18723 56 0.03 vMB 112
146,257 146,257 00000000000007236a1a7a461e0549ed6ffb1d1b2b42b1ba1fc7b4f267ec2b35 38 0.02 vMB 290
146,256 146,256 0000000000000706eaefad096cc4952a94bad1100469763435e8562b0c5a4e95 8 0.00 vMB 146
146,255 146,255 00000000000007fcfe0949dee84c8998fb57a8d5e07c256c64900cf8d0da96af 20 0.01 vMB 244
146,254 146,254 00000000000002a2d37992ffbe74f0912c8484b768477b406f0a96b8f55f9517 65 0.02 vMB 228
146,253 146,253 0000000000000271cf7f832a1d7530ea00338340ad297763a88d8214f01b0f8f 60 0.03 vMB 156
146,252 146,252 000000000000043c3cb2666614224c10fcc73547c60adf6d0d03739658645f46 77 0.03 vMB 24
146,251 146,251 00000000000007a4632739f1419a02c6a62d34e81632298d63aea7a819a04a49 12 0.00 vMB 35
146,250 146,250 000000000000030c78c7c62c2174927fab4567d96bf8bb3a174f2e33b28c048c 137 0.04 vMB 96
146,249 146,249 000000000000054e5870ca2a9ff92c892169d67f711b3c65d645bdb3c7536922 86 0.04 vMB 178
146,248 146,248 000000000000059256c7137a256c9983d236d621955e61ca234708dd3bdcf343 13 0.00 vMB 31
146,247 146,247 00000000000007c4bb7fee500ec9d314bd172e62fff7e2ceb9fb86a9405e7b92 8 0.00 vMB 16
Previous 10 blocks ↓
Total Size: 779.82 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: 415.18 GB
    • Received: 2.22 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.