Memory Pool Memory Pool Refreshing

1,018 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,010 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,324 907,324 0000000000000000000081bb2f7bfd40b2f96294aa09765581b79dbcbdf5e9a9 1.78 MB 3,898 1
907,323 907,323 0000000000000000000047616658fc758920271f1a1bbe8944561a0a83864dec 1.50 MB 3,289 4
907,322 907,322 000000000000000000001134a62ca1013d000ec61619a79900603e448afe9cbf 1.75 MB 3,521 1
907,321 907,321 00000000000000000001470f1ed760f984f37c511ac6ca5f43ef3a07e8a67bc2 1.76 MB 4,616 1
907,320 907,320 00000000000000000001b8b040b2811110c3a414fe993223f9584bed9e0d867c 1.69 MB 3,839 2
907,319 907,319 000000000000000000016f55e0f7e5ff38a48a63f082b53a00e7597f531a5d65 1.68 MB 3,386 3
907,318 907,318 0000000000000000000127720ebe2234425d2459679dc39eead4d176eb01a2aa 1.53 MB 3,133 4
907,317 907,317 00000000000000000001aa7693a8d09a99f4b28113c2c6c6de4ee44c21d245b3 1.80 MB 5,083 0
907,316 907,316 00000000000000000001ace5aac080b24a4853a36988f0a2540da34404cbf33a 1.04 MB 1,872 2
907,315 907,315 000000000000000000017b31999a295c14908d41c72c5fc3b57b0157ad6ee3c5 1.66 MB 3,336 3
907,314 907,314 00000000000000000000f602045497c956e8004f8b8b85977a5bec7f62a91d1e 1.63 MB 2,442 1
907,313 907,313 000000000000000000004ff7521aff874417268ce2e0b466b4e2b21462fab00e 1.66 MB 3,355 5
907,312 907,312 000000000000000000018ecd002a4478f1769134b96e419f3816807c324546e7 1.61 MB 3,646 6
907,311 907,311 00000000000000000000933af45c7b51a7490a7b1180ddd332dcff7f903ef7bf 1.65 MB 3,979 3
907,310 907,310 000000000000000000010dcc2991b4b47252407edce056f97318e1e80dcab7b5 1.79 MB 3,179 2
907,309 907,309 0000000000000000000226755ea814395fda7a5bd2c534ad3fda61d28396ede7 1.55 MB 3,020 2
907,308 907,308 0000000000000000000111ce32a0e5d473b4f6668655ca798a384684e4687463 1.58 MB 3,312 2
907,307 907,307 0000000000000000000032882859e37d69771e5dbc418aa4b352526d5d857a9d 1.63 MB 3,461 5
907,306 907,306 00000000000000000000c5aa7b41c7d89c9da31743892b5038a3c083a7a927dc 1.72 MB 4,243 3
907,305 907,305 00000000000000000001b484515656d7e4593b5859b7c5b4a69426bf058e1c6d 1.69 MB 4,253 4
907,304 907,304 0000000000000000000165a33b7cef24cd234a1903c4ac75472069f4a04e04a8 1.69 MB 5,074 6
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.