Memory Pool Memory Pool Refreshing

7,756 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (758,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,434 149,434 00000000000009892f9a0ea7b390397a80d046d2a943a02a711348532b49b034 0.03 MB 80 7
149,433 149,433 000000000000038b5e1f63d8210d57a0409707e6eb20b24bf0939850f3c05c3e 0.01 MB 24 79
149,432 149,432 00000000000004e9e942758d667eba167e3966cfc96458cb5e35ec424b037a23 0.01 MB 16 278
149,431 149,431 00000000000002c775382ae6bc3efedc5128e78839891eda8ad7a9b0ee35f2b8 0.05 MB 150 61
149,430 149,430 0000000000000868c17d972a270c4101de771a5a52080c565401458b40298d64 0.02 MB 53 103
149,429 149,429 0000000000000aa210442dcec1799e9016ca1905c8b701df74adb3749851d032 0.03 MB 81 197
149,428 149,428 0000000000000176a3ef25b4c0bda804590c9553f0dfc60f18a792de581043ee 0.01 MB 18 179
149,427 149,427 00000000000001e5b2b0b54bedda7f830c32dd0113e01fbeae220be0ab55c06c 0.02 MB 40 491
149,426 149,426 00000000000007bb09e767c6177991cfb7ef01fc9cfe6ba8cf61709e955d9caf 0.02 MB 47 189
149,425 149,425 0000000000000a1062a930a8c445cae1c549b6c2bfc11358ed92d32357d71bc7 0.03 MB 68 109
149,424 149,424 00000000000005b08c2cf50da498f386af2444f378682b40b9382932347f3e28 0.00 MB 1 0
149,423 149,423 0000000000000664a0a63794f03599559eb58283c14879e1b7d73952a407d361 0.05 MB 151 97
149,422 149,422 00000000000002497466f782210e455d342605ea22dfc4ec32c6a7008e2423a6 0.04 MB 114 97
149,421 149,421 0000000000000b007339662bca596c4264fc0df4c9d648211b15e2737d0990fb 0.00 MB 10 1,157
149,420 149,420 000000000000057d6e966674acb7460165834b880e994c5394d952c7cc2e8b5c 0.02 MB 57 409
149,419 149,419 0000000000000384adec72fc7f461653c74b8aadb6157e5ba0a7a68a1f361061 0.02 MB 50 169
149,418 149,418 000000000000007631758fecedc7bf67f7a46e3a411f5635152aa0aa72d875af 0.00 MB 8 925
149,417 149,417 00000000000009d9c8b77010fa284c0454a6cfa18ec324cddf65ea1701923635 0.01 MB 24 44
149,416 149,416 0000000000000778c11581e28b976d5831aec8f596d76d9a260a445fe37ffee2 0.04 MB 64 460
149,415 149,415 000000000000005744947ea3a07f01cb9a3993df6aef0a1777018e7ad46dabc4 0.03 MB 100 110
149,414 149,414 0000000000000985b6241125171e36b433c56f5716fa5ea149e82adbf49a427f 0.01 MB 14 62
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.39 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.