Memory Pool Memory Pool Refreshing

453 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (858,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,039 50,039 000000000d200b6c750569b3e599e5ba13e0596ad79f97a88d8c9af45e683ec0 0.00 MB 1 0
50,038 50,038 000000002399b396a01b983bf821197a3b974a7b987c7c93d8ae7fcd4f858ccf 0.00 MB 1 0
50,037 50,037 000000002775061f6d07e5e3140729304474867efdb9929a7d0dedeb7550f520 0.00 MB 1 0
50,036 50,036 000000001982ff59020f1be87eeb2b70255ab88fabcde5bfe06c8f31647efbe5 0.00 MB 1 0
50,035 50,035 000000000bf32b6258529098fc1fe24991ef86518fccfcbfcbbdc3af9105707b 0.00 MB 1 0
50,034 50,034 00000000176e96e787066f018d89ec6a2b264eb026c7d0934873c6da24621a61 0.00 MB 1 0
50,033 50,033 000000000d764d5c72ad5b0654eb2abe5bc26301cdda6ff49ef9cb4426f88ce3 0.00 MB 1 0
50,032 50,032 0000000004e16f71fd068231696cb62952d0da4a6f91eaf27c80676f3728630e 0.00 MB 1 0
50,031 50,031 00000000298dc63ffda4f52a999ac243d9c2e0f74a32f3d58412fa21fec9da12 0.00 MB 1 0
50,030 50,030 00000000276e45868f896c402b3cca83a30727cf68137a024c2c1435dd8d5d6a 0.00 MB 1 0
50,029 50,029 000000000724b413eee01a92188c9433ca1a90e35b7feeba37fba0c4bf86faac 0.00 MB 1 0
50,028 50,028 00000000251240e0489ec32fdbaeb63bab942aa07c383eea7902de2a0845fe06 0.00 MB 1 0
50,027 50,027 0000000006da5030899334c053cf3a383230b5bed914aaed7011e4d23ef5ac33 0.00 MB 1 0
50,026 50,026 000000000cce1563b3087975de9699a6f42440aa7d7b835d92ce85bd7c83ad6f 0.00 MB 2 0
50,025 50,025 0000000007091b7c1dd94f4d98193eb945228d17b9f8f8d178969016f7be26c7 0.00 MB 1 0
50,024 50,024 0000000002c7158ec3677b397decdf1ffd2189578a946883f2dde9438e80c696 0.00 MB 1 0
50,023 50,023 0000000025318e7a59e4cba78314816e4d289626bb800ec56a967f3787d9a617 0.00 MB 1 0
50,022 50,022 00000000299048581ac46711c77e0ad8aebf13d99dd08ebf3ccf86a3cfdbf839 0.00 MB 1 0
50,021 50,021 000000001a419ab443c214a59ee3860c7381c9a81e4c152ca70cec41e02170c2 0.00 MB 1 0
50,020 50,020 000000000a33ea786073ded724a366ed4066b5ec7a0f4da1e7c8e3992d369d0f 0.00 MB 1 0
50,019 50,019 000000001336eb7b9475a8fe352186f8b3ddf448fa803e5abc747ed64915edf4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.33 GB sent, 99.61 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.