Loading Tool

Explorer IconExplorer

Memory Pool

86,585 transactions
31.66 vMB
0.14994908 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt 9eec9c6c0f3715444419aa1635491af146e2f80aa024392efdbe6fd7410d5bec
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 42358b963f93332c4646cfc424209ffc68e4261f3b921a60a124bde9d74ab1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.06671481 BTC
Feerates: 214.31 > 6.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (224,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,467 690,467 000000000000000000045db715e5958a3e8d4094a702ba4ba72b95a20686bb32 538 1.00/1.00 vMB 1
690,466 690,466 0000000000000000000cc7236bacff92b4bb758fc3379ae77006cfa9ecc033f0 3,047 1.00/1.00 vMB 16
690,465 690,465 0000000000000000000c14438010bef9217fb62b6895f84e72c2364bb3181bcb 2,778 1.00/1.00 vMB 35
690,464 690,464 0000000000000000000579ee19f02b36778e5e6812e3cd376c990a50eede1412 2,043 1.00/1.00 vMB 16
690,463 690,463 0000000000000000000a33de74c56523fbd8cffd3555e91304aa3ccb39863bae 1 0.00/1.00 vMB 0
690,462 690,462 0000000000000000000fef3997b84e3066b563f390b3e4a58ac31aa4e83c3f60 1,408 1.00/1.00 vMB 40
690,461 690,461 00000000000000000009c7f7055273542256ff3b2041883bc87cbf5e01ac44b2 2,972 1.00/1.00 vMB 8
690,460 690,460 0000000000000000000f8963b05929be6e292f5286e4a1d4c4482eac226a3bc0 2,609 1.00/1.00 vMB 24
690,459 690,459 0000000000000000000d74d48e96f356340cfdcb681e53abc6cae693c5f2c63a 2,939 1.00/1.00 vMB 21
690,458 690,458 0000000000000000001147c240fd4822c99f847731a97641a6aa6741333bd135 435 1.00/1.00 vMB 45
690,457 690,457 0000000000000000000c2349fe0d9451abc1eba468e06ebfd67576f7d55db94d 1,210 1.00/1.00 vMB 56
690,456 690,456 000000000000000000103b94455d828de25c3c0b07f668f6bd1ae5962a807591 2,063 1.00/1.00 vMB 26
690,455 690,455 0000000000000000000317a54d253926b7ed55f33c729d8a2a0414f1153c8c24 337 0.95/1.00 vMB 2
690,454 690,454 00000000000000000005641300480e99feb85c2b435a41f383061f68b6662a3f 1,201 1.00/1.00 vMB 10
690,453 690,453 00000000000000000005157aab97a0dc01ad47436fcaae406c2f5d0c91bd4a71 1,038 1.00/1.00 vMB 11
690,452 690,452 00000000000000000005ecdc52b783ede52b32dcd52500319c1ae159b9b116b8 355 0.34/1.00 vMB 10
690,451 690,451 0000000000000000000635f5e9d0e9ea35868efb60aeeae97249bd5ebb8eff73 964 0.65/1.00 vMB 13
690,450 690,450 0000000000000000000b83e9900890b84c0b137d9ec9a38c1e4176189c277b0a 2,301 0.96/1.00 vMB 2
690,449 690,449 00000000000000000004b13377e4c682f2f3261e6001e3f123b8c8716376af61 1,177 1.00/1.00 vMB 27
690,448 690,448 00000000000000000001e0713fab96dd068b3301a05ceb4f9dd3da8410d1a296 2,617 1.00/1.00 vMB 19
690,447 690,447 0000000000000000000a9c7687ff66a15ed3e40bb7e757989d0f224e8e77d71e 2,312 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.