Loading Tool

Explorer IconExplorer

Memory Pool

41,707 transactions
27.70 vMB
0.07532337 BTC
Random Selection Loading Transactions
Max Size: 145.06/200 MB

Candidate Block

Mining Attempt 27a13d9df523fc7a09f3143747b8568d6d455b78bf5f518b6cee9fa1ca7bca6f
Version 20000000
Previous Block 000000000000000000013dd95464f52e03149d186d83b760a679c5196384c107
Merkle Root 014e2a528e5e8e6630ebfa764121415448f7ca1ba02cf469405a583202552ea7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,286
Size: 1.00 vMB
Total Fees: 0.02357719 BTC
Feerates: 150.79 > 2.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,865 (431,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,507 483,507 0000000000000000010929c19a4ca5fc2bfc320ca1ef41294a314c3ba403bf11 2,526 1.00/1.00 vMB 352
483,506 483,506 0000000000000000003dbec241306d93c0eb52c61518c4a7e47593df2d73448b 2,693 1.00/1.00 vMB 420
483,505 483,505 000000000000000000bc19a8982eb54b9c064e9479f2a3ae2c296643398aa43e 1,737 1.00/1.00 vMB 196
483,504 483,504 000000000000000000ee7466a2a38986749bc6ca9ab54a807ba3cfbb0dfa3126 1,884 1.00/1.00 vMB 338
483,503 483,503 000000000000000000cb1ad79ec5c80222a155de73cc9590024a2e4338ab9c9e 2,098 1.00/1.00 vMB 165
483,502 483,502 0000000000000000003bc16f9636c98014609874b4e8222e18d05426bda99fbe 2,396 1.00/1.00 vMB 179
483,501 483,501 0000000000000000013c4e8215a3f2fa28c5a9b34df97042666ec951217dc37e 2,384 1.00/1.00 vMB 369
483,500 483,500 0000000000000000009bae49645bac531e208e5df37d48f3320657a02b30a48d 2,454 0.99/1.00 vMB 289
483,499 483,499 000000000000000000aafb667afe2ef4a09eeda5db57f9abd7f210ce97962291 2,949 1.00/1.00 vMB 397
483,498 483,498 000000000000000000bf21fdb35b1af78d131f9bb41384bff0fc85c021c4b0a9 1,855 1.00/1.00 vMB 430
483,497 483,497 000000000000000000a500fe310cf7e8aa055096c94610a83dec749a2fb82709 1,246 0.99/1.00 vMB 149
483,496 483,496 0000000000000000008879d2c13e70eeb2c66cbe5b68bbb49126345e791b57e2 1,882 1.00/1.00 vMB 83
483,495 483,495 0000000000000000009e83eafd75d49edcbe9a8c029b5e21e94a66b6410abb42 1,994 1.00/1.00 vMB 203
483,494 483,494 0000000000000000007c032a72d663fc0a254f999ae97ce5ee4419fd2961bd6e 2,262 1.00/1.00 vMB 396
483,493 483,493 00000000000000000077d9c18fdbd5cf45b2652fe6db9089558eb8fc9fc3b397 1,983 1.00/1.00 vMB 190
483,492 483,492 0000000000000000009bf0c8d156e023fc0e0fe88451798272a311f4a04d59c6 2,251 1.00/1.00 vMB 360
483,491 483,491 00000000000000000135053ac9d7d529d166cc572a304f1caa2f9a28d8909ffc 1,810 1.00/1.00 vMB 20
483,490 483,490 0000000000000000009ef0e42a3c0b3bdb2f7d3d91ac375f981ccf18c3fecd20 2,031 0.99/1.00 vMB 136
483,489 483,489 00000000000000000122b95292e42b3426c45fce7eca7e26c0a154339959945d 1,640 1.00/1.00 vMB 177
483,488 483,488 00000000000000000129f309c8f5a19a99f945810ee88f3efc410ed7fce9e371 2,103 1.00/1.00 vMB 206
483,487 483,487 00000000000000000026c3099b911264f308930dc86ee5ef574eefd20f5daebd 2,347 1.00/1.00 vMB 386
Previous 10 blocks ↓
Total Size: 782.15 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: 652.99 GB
    • Received: 13.82 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.