Memory Pool Memory Pool Refreshing

10,060 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (113,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,409 794,409 00000000000000000004e0abdb4c0e7c243d76a843bcfbc637e6953aa678df09 1.60 MB 2,851 36
794,408 794,408 00000000000000000002b6aeee70f657323154dfadc0efd0c2ff9e3aaa56b880 1.89 MB 1,414 15
794,407 794,407 000000000000000000036c30e01e53b7b3d57a395e2e28d6c1d0d286aa82a503 1.56 MB 3,096 36
794,406 794,406 0000000000000000000212395704ee4343b0342d4bbf53db0ce46a1abe210996 1.95 MB 2,317 10
794,405 794,405 00000000000000000002eff8a49256007f7bd9f69988aa54841e72d719e317d6 1.54 MB 2,005 21
794,404 794,404 00000000000000000005289a1912ce7d5f819504ec96b5b1f90e41e4cc55dadc 1.55 MB 2,583 29
794,403 794,403 000000000000000000049d5bda3c20b1dd596199d8a603df523f879280efa2f4 1.43 MB 2,149 22
794,402 794,402 0000000000000000000485d0f4cc59bf304858453590fdfe4584043531127d16 1.47 MB 2,574 30
794,401 794,401 00000000000000000000c1f8eb1b0bfce745d7751bcdc09ed9e24ec493d6df46 1.50 MB 2,752 43
794,400 794,400 00000000000000000004542a68c1057049cabfa3a528915946d5da3bf4a370ee 1.95 MB 4,309 12
794,399 794,399 0000000000000000000345dc49b2b9f8d87757997b68cd74a576c30093d49132 1.81 MB 2,947 14
794,398 794,398 000000000000000000011518088fca38dbfc586f0f12f85423aed652b59ee871 1.79 MB 3,408 16
794,397 794,397 000000000000000000035f07a801f440f60802944349a374cbe7221827ac688f 1.56 MB 1,449 13
794,396 794,396 00000000000000000005436d11e807b29f4292707d842c20b94bf6edede03f35 1.92 MB 2,189 18
794,395 794,395 000000000000000000030b8fcce8ca0be411b9c2094a49f7d83673e6d27a8960 2.18 MB 2,553 13
794,394 794,394 00000000000000000002789f29b831a53e33498076807562f9920883e399bc4f 1.58 MB 2,244 18
794,393 794,393 000000000000000000036f681ad005d0579d3ffe84fab00a0437588b89c5219e 1.50 MB 2,845 32
794,392 794,392 000000000000000000036fd47d40c94a3335739ad48104db8172c59c0bed600d 1.62 MB 2,095 26
794,391 794,391 000000000000000000033feac1f4a3bab7fbd79db15b2086b6ce84c5f2fe744a 1.84 MB 2,573 16
794,390 794,390 00000000000000000001b68071e7733cc1e6c660cc1b5bcd17952327ba1beab7 2.22 MB 3,636 16
794,389 794,389 0000000000000000000363bbebe7ac01f1bfdd409451a67bbc828a01410bc513 1.51 MB 2,918 30
Previous 10 blocks ↓
Total Size: 769.03 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: 1,625.69 GB sent, 93.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.