Loading Tool

Explorer IconExplorer

Memory Pool

31,064 transactions
6.36 vMB
0.02422375 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.04/200 MB

Candidate Block

Mining Attempt 518155237b0405df2cca91b3476ced7b7c559de7c7424457e06be43e633a21f0
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root c3bd86478b847f84fa16481e26b6ecaa74149a86280831dfb8cefe3c28cd2fbc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 600
Size: 0.30 vMB
Total Fees: 0.00754426 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (774,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,676 138,676 00000000000008a7856c3a72a6fd1b3ecba3388511795685c06ecb200159af7b 0.01 MB 27 185
138,675 138,675 000000000000012de87221607d5beb9a05d1abc37fa5915577270c06e9c2e7cf 0.01 MB 21 69
138,674 138,674 0000000000000240ff36873f85404c63c580198ad476d0b60f3752eeb30c1379 0.00 MB 7 374
138,673 138,673 000000000000085923bf87693cb39026dbd4d816385c876eba566e6909d420e0 0.03 MB 83 324
138,672 138,672 000000000000020016a745c9a20b94ee8fa6bfa9242a94d893cc8e7b88b17c26 0.01 MB 25 258
138,671 138,671 000000000000048357170b75daef9d77876a85b623c274fb7d45c2e766350d24 0.00 MB 1 0
138,670 138,670 000000000000093f6cab8142ac5b69db2789c23b95dfb9760226f257915d3ec5 0.02 MB 31 59
138,669 138,669 00000000000001bbade6ddf54564db72ce3cc745eb11476d683250d5f1e53372 0.00 MB 8 62
138,668 138,668 00000000000007111f7023e297b03cc89bc70884d78bb5bd0fc109cb497fc3e4 0.00 MB 1 0
138,667 138,667 0000000000000579d954840815ea80600e54a3ecdb82fc2a0e53983010d912c5 0.03 MB 98 114
138,666 138,666 00000000000001a3435547e76861707efc54b8cb747601d99d95e5b92693f7d2 0.05 MB 115 267
138,665 138,665 00000000000008080ea3e97351a6abd759e40cd24d718911ddd44b27f3941bd0 0.04 MB 53 425
138,664 138,664 00000000000009144fcd24185425da3a95964bd706585cc51335e231358abfaf 0.02 MB 55 83
138,663 138,663 000000000000078bf98b5d65d11b922fd1fc90af57b99fc7786b0dffe75dd3ae 0.05 MB 139 215
138,662 138,662 000000000000072509c2aa0b1cb904b0867accd4ba8afc053678343801a93a13 0.03 MB 111 16
138,661 138,661 000000000000037a13eb01309b886849f0071bb23c45dc226a6033b4bd33edb0 0.01 MB 13 33
138,660 138,660 000000000000028aeb48bd9649b4e403ddaa2aa3df442e7a168aaf7334f0f157 0.03 MB 101 172
138,659 138,659 0000000000000930dd514b61dba831377327414a21a34bc84fa8b0081908f3b1 0.05 MB 126 164
138,658 138,658 000000000000055b1c85e4184dd14e5a20ec533f6f582640ee3a81f324cc2c90 0.02 MB 34 280
138,657 138,657 0000000000000259d38ca4693b500a874695fb9e8548f063c3c8728d0a679d98 0.02 MB 50 121
138,656 138,656 0000000000000619f3970c7f3f0392324f73e4b51dec1b4a7b0f1102f52b40ca 0.01 MB 26 166
Previous 10 blocks ↓
Total Size: 778.79 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: 357.32 GB
    • Received: 3.19 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.