Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,631 transactions (2.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,318 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (867,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,411 42,411 000000003382b10bcf86b1d0aae7c86b3f3356e0c14f7f1f530866d79ef5cbe6 0.00 MB 1 0
42,410 42,410 00000000292d2007880b620244ef226e74d11c1c3bd4686387860e7637a7f9a4 0.00 MB 1 0
42,409 42,409 000000000d9640a572fa7bdc7bf2e3fb6d879f4f139d2732dc930c0f16a7c5db 0.00 MB 1 0
42,408 42,408 0000000028a6c9985fb994b6566ce5d865eec093a9113e7d7e75ad400027fceb 0.00 MB 1 0
42,407 42,407 000000003b6edebe9843ae4075f548ecb07fba222abd0d9d13a3da3d9d5a3589 0.00 MB 1 0
42,406 42,406 000000000e85d5cc2305152a5b3ac4567514737f615812bf87da63d81e5b850f 0.00 MB 1 0
42,405 42,405 00000000343ce99e7f8a063b1ba3a49eab0ec20ed4088e3c947b43ae2fa3d47c 0.00 MB 1 0
42,404 42,404 0000000012dd3846a732ef091fa175fb4dd3b8b047d9558d0917e8a8866462c8 0.00 MB 1 0
42,403 42,403 00000000269f2de14398717c31128eaed15e7958837fd3f480c315d4d4bce54e 0.00 MB 1 0
42,402 42,402 00000000146f8cc2f43c44154a804dd335497883bb038eeb7fdacb12d03e59b9 0.00 MB 1 0
42,401 42,401 000000003aa678921553576d379ae43724c5d019b0c012391a955e045bcdc608 0.00 MB 1 0
42,400 42,400 00000000319681bca8c1a580e06dab33f1e37f8133ee1be274a5fc9694adca4d 0.00 MB 1 0
42,399 42,399 0000000032c61d3f50325c3e3b7a6d306ef3f0e8fed32e2e1ec3670e05574a09 0.00 MB 1 0
42,398 42,398 000000001b5d46e65b0d473765b464198764a3ce71d2a91aaace0e7095f034ab 0.00 MB 1 0
42,397 42,397 000000000f54924eeef86117d87670e5befd0d532a8fb330a1f190a9758c566e 0.00 MB 1 0
42,396 42,396 000000001c5ff3130ec031a6c0cbf72a4e1deb7d57a46b3ea9480fde49c0bd47 0.00 MB 1 0
42,395 42,395 000000003e6b51bbf5c213f071073306b5b3e7b8891e3bde7b10344c61fec85d 0.00 MB 1 0
42,394 42,394 000000003ee1f04eb54c1d4270ad4435365aaa176789e9e2d119f4ba70be3100 0.00 MB 1 0
42,393 42,393 000000004020ce9bbc9b522a48fb3219e18e2caba9bc93eb2b422c0679dcd258 0.00 MB 1 0
42,392 42,392 0000000013f37d990a87be9c91ccb6b4c10a308f731e26deb89f3d6d153ea493 0.00 MB 1 0
42,391 42,391 00000000363154d40f3236e99026d22260922671078065325c89180fd740ffe1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,150.42 GB sent, 112.50 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.