Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,945 transactions (1.48 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (892,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,415 18,415 00000000e8825e26c8a03b89f8b107f239088b45730408f72c8466502c160746 0.00 MB 1 0
18,414 18,414 000000006b2a0f9044b4e8f5db089b3755a7f51cd85c39bf2f1c8099bcc14b82 0.00 MB 1 0
18,413 18,413 000000000a4d73ad8dd6351f5a8de02dc55812d72cd4e249e8beb44e5c09497c 0.00 MB 1 0
18,412 18,412 00000000ebaacf63c6af109fc5f5aba125487f46af81e831e987f941cbcaf40c 0.00 MB 1 0
18,411 18,411 000000007ee9e1c79f186cec40b161b428e7939cdddedeb687372145a9b592c7 0.00 MB 1 0
18,410 18,410 000000008817ecf9d70ebe4f3e47b4eeca1a6a680d675460c17757c19546b834 0.00 MB 1 0
18,409 18,409 0000000042b93e9e83e53a82eb4e5c10b88de311b699f85833607d8849c8256a 0.00 MB 1 0
18,408 18,408 000000000e9585bddedecfe8fd3c1420920916685a70c27db1b7ac2c8eed61b4 0.00 MB 1 0
18,407 18,407 000000008b329ae2b4cdd825877c452b9cc817b226372e84dea16a70ff6755b1 0.00 MB 1 0
18,406 18,406 00000000e0ff017b4e0a26b6986e6a8430c3f066f9769bc1bfe5902fd33052d7 0.00 MB 1 0
18,405 18,405 00000000a563572d478f4ee0687aa37c85fffd33f717262085e950c10fcbc94a 0.00 MB 1 0
18,404 18,404 000000000a10ef10849d031472066b11b2c27e134f0c393c89495004328b5cf5 0.00 MB 1 0
18,403 18,403 000000003c7ce81d6ee8a0d77a28a19b0af3882b0dd5c19a8cfac196d2e68c8f 0.00 MB 1 0
18,402 18,402 000000006d5667a7c11f53cba8f5eae7bce08f6155016efd30e2e83c3a03757f 0.00 MB 1 0
18,401 18,401 000000004502cc942bfb87b5c7a411279f33b04b01fb3e86d851704235a8f950 0.00 MB 1 0
18,400 18,400 000000003eb2ff6ddd60ac6d2df97c4017180688959ae801d440fd7bee655ba3 0.00 MB 1 0
18,399 18,399 00000000f3016e7634ca8677dfedb770dd0e18d470bb4c8b2183e025499943a2 0.00 MB 1 0
18,398 18,398 0000000054fb03162386d1fc9f8c7ed8bd19c558d5e5710a9d3b5d6b021065bc 0.00 MB 1 0
18,397 18,397 0000000091dcb47d22c30b9bae670ca625a121ba4ee62b97abd95d7eab3fcf1a 0.00 MB 1 0
18,396 18,396 000000008aa30040e0e60210bcd9db49bc0bf3a44aec79d45765223c2d29ff0a 0.00 MB 1 0
18,395 18,395 000000004d1b16701124533a7b8ab6e7de28586d720e285e05230a3fcf93b636 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,281.23 GB sent, 121.57 GB received

Notes

  • This page updates every 5 seconds.
  • 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.