Memory Pool Memory Pool Refreshing

951 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 936 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (639,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,812 267,812 000000000000000282b1e1a7b1aecdbe3f24e96f594fa2b45a3e2adf38376175 0.07 MB 123 55
267,811 267,811 000000000000000693cc2a6d0551112ac096f9bca255bbf4a2f0381179fff90f 0.01 MB 19 66
267,810 267,810 0000000000000002237e3c82d407355fd0e450b70594ae4e38224544af0565dd 0.11 MB 170 26
267,809 267,809 0000000000000008c5dfccfa7ef73f8c28034f3b1b63dc256d1d41eeb4c7e186 0.13 MB 263 50
267,808 267,808 0000000000000005222a0c30b1c6f11d3c2efa01b6ae21a8b3e1d7cd7dfd57db 0.10 MB 132 39
267,807 267,807 0000000000000003dd815b9ac253c6af00833eef7a029c559eb6352db7473e19 0.12 MB 202 61
267,806 267,806 00000000000000007e7d141139992b7aaed42844c11882b3cf71e6cbe55b3182 0.24 MB 455 66
267,805 267,805 0000000000000002329d53de44350c92ff266036f9c0cdb23da1abc8fdbba959 0.04 MB 57 5
267,804 267,804 00000000000000057e108f2e634c416c2e3d9145876fffeec265ecd0830b9566 0.24 MB 508 68
267,803 267,803 000000000000000289fa720af2f19c25e1ae1243bfb54d27effdb358626ecb38 0.04 MB 21 17
267,802 267,802 00000000000000095cced8111339a0e0fca5a83d082bbb2813937ec50fc637e7 0.25 MB 572 80
267,801 267,801 00000000000000011900f0d9814b2a0c31ae218af17fbb8f79dbec17ddc1ce55 0.07 MB 87 40
267,800 267,800 00000000000000047179712179b50dea5e6fb35c6ee6e071aa18b5b2c181529f 0.07 MB 169 67
267,799 267,799 00000000000000079b222701e6554421b2c2143d54a446df22d5bed013274121 0.07 MB 154 88
267,798 267,798 000000000000000163e683e034c078e2dcd83f63d9b5dc6da15a7cc215eddbe3 0.01 MB 9 27
267,797 267,797 0000000000000007f46abd79a5d863c016a7df8c76202f68e5bdcd4a1c238d72 0.22 MB 418 63
267,796 267,796 0000000000000003a0763d1558e889b46f01db7aff2fccdc9f2d12f5486053e9 0.08 MB 162 58
267,795 267,795 000000000000000421b805236156120bae51c0cc0bbf17a72c16acae9631d01e 0.24 MB 332 52
267,794 267,794 0000000000000008d4caa3075a4ca425b3b37d84c51773dd26248d9703d1e703 0.00 MB 1 0
267,793 267,793 000000000000000997351d0fda1ac2f7688432a49a285572bce940c3c78f2fc8 0.04 MB 101 68
267,792 267,792 00000000000000090d0b31dd43abbc50f76bad47007d57ed410a6c8050551623 0.10 MB 132 42
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.