Loading Tool

Explorer IconExplorer

Memory Pool

26,122 transactions
7.48 vMB
0.03822631 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.43/200 MB

Candidate Block

Mining Attempt 29d319e7af56f59d8d958ffc22934d2f864b05f03d5ce4f2a4fe0e10a87dc346
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 9ca9976f5ed51a4a4dbcda63e1cb3b6704cd23d680e337d4e46e3b4944787387
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,230
Size: 0.54 vMB
Total Fees: 0.01868016 BTC
Avg Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (766,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,566 146,566 000000000000033fbbe633c78c5c74f27bc469f104b2c2d4287aff1ad75da048 0.03 MB 58 56
146,565 146,565 00000000000006220865c8bd5cecfba9b6422abd192f40340cfe85e529db1823 0.01 MB 4 1,029
146,564 146,564 000000000000023d234893c82b0d05b3ecee9868ed4f7600dc57e4305dab1a3e 0.00 MB 3 71
146,563 146,563 0000000000000826943565d399426857a5194c22eb598102e5e08fd6e6569939 0.02 MB 45 88
146,562 146,562 000000000000019300d2cb353ed3aafa04426e96c9c820ee6f66838f9ffecefa 0.01 MB 17 228
146,561 146,561 000000000000007c29e2901e3079f3be825ee38ef0d0d94d7e11913b5c4dda22 0.03 MB 79 124
146,560 146,560 00000000000005777748d2995530637ba478182eb13b97ac345015d13f7d6e69 0.00 MB 7 104
146,559 146,559 0000000000000087c712729e154a8fb4fcce5d06916378b564c4cadd02afd7fc 0.00 MB 7 0
146,558 146,558 00000000000007ad33178f485b2a4350f81348771db04be0996df06814203de2 0.01 MB 21 156
146,557 146,557 000000000000092186c037aa577080e91648d7ebe888b41908676a12c3420383 0.01 MB 49 6
146,556 146,556 000000000000060644951c257d3cc00e7222f2bcda33a46c7e11d9d86af6b5f2 0.02 MB 38 33
146,555 146,555 0000000000000431a7b9864e3e44b21dc46c3a03a81de0fbb16cfdf79ef3d25d 0.03 MB 54 251
146,554 146,554 000000000000072df14f1a25ee43e9e96a7b3123ced240a62ad129615d0a9db4 0.00 MB 1 0
146,553 146,553 0000000000000901c59d45ae94bde0732f58bb18eb8fc88ad0587498fd917b59 0.01 MB 8 256
146,552 146,552 00000000000009419600d7e133648de6fae886b90ff2848a86172e476249dd37 0.03 MB 68 211
146,551 146,551 00000000000001d2a392acd98eb9efa69e850d7ae0b980226694c63235b4010b 0.00 MB 2 3,875
146,550 146,550 00000000000002dac58bbea638b92d9bf92e0b9cacdb9ca77a0b7dba8a4084b3 0.01 MB 18 424
146,549 146,549 00000000000003f8734604ab3c1e92531465d861d36b223d82ea46ea3bd66ffd 0.02 MB 38 225
146,548 146,548 00000000000000bd3aaffe2feaa4cc1fe5f28420b8572d3305ca129142806c09 0.01 MB 11 44
146,547 146,547 000000000000030c08d00a3d338aab049e4902078d1b45f52595938cd843c754 0.02 MB 69 67
146,546 146,546 00000000000006a3974780bd77486afee238ed1c48be0ae071b2144a49f78daa 0.01 MB 16 176
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

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