Memory Pool Memory Pool Refreshing

3,950 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (834,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,530 74,530 00000000003d932a96b406b5e183b7a4a88ce161d2ea59a138915122e00536d4 0.00 MB 1 0
74,529 74,529 00000000008a720668ec95269bf332fa9f2bb58946d875fa147a8d8692f0d879 0.00 MB 1 0
74,528 74,528 000000000057f93146f264e658989e7cd7ea67b9784e5f1d1bea804e004cd51e 0.00 MB 1 0
74,527 74,527 00000000008523d9dd21142fb993b0bd15745d382f387b165806a9b3ead7e7f3 0.00 MB 1 0
74,526 74,526 000000000041c95eb3bd2e352f89da926d70a47ca90c48623d5b0005916f2f37 0.00 MB 1 0
74,525 74,525 000000000033aa0dcd05b7876b3dace5854eb4cb5603cce8b22246d3b334ff72 0.00 MB 2 0
74,524 74,524 0000000000876e3c9394494be5ba276cd8764dd3c32173c943438327ee99b5c3 0.00 MB 1 0
74,523 74,523 000000000062871288c9842a692febba35554c679445f9d44d56e9dc9971f0a6 0.00 MB 1 0
74,522 74,522 00000000003e76b4c5f8796861f8ddda9f7e3784d7aee3daad8e19f281004477 0.00 MB 1 0
74,521 74,521 00000000005e7c02f8b29e1713a0386bde7fd8d63c8df3e4445d82330bf8b459 0.00 MB 1 0
74,520 74,520 00000000007578d75f1ef3c837fa4e6cf33a3b0e5b1b40a5dc80017a98d5a06f 0.00 MB 1 0
74,519 74,519 00000000003b570f89a1b33ed40aa6029c2bf228ce942c900c0040b4c6492170 0.00 MB 1 0
74,518 74,518 0000000000a12707f759bdf009237f8865ed50e3fedb4971f4b82e563fe42f99 0.00 MB 1 0
74,517 74,517 0000000000a8c7f3a2da9a7883677fc37e73956c9729e22257caef998cabca4e 0.00 MB 1 0
74,516 74,516 0000000000120f031532c0cdf808f155d5dc73b4bec723e1ae98eb6918e40501 0.00 MB 1 0
74,515 74,515 00000000009dcb4e87e6db03d525dcdbe77860480298d963b983cca770165762 0.00 MB 1 0
74,514 74,514 0000000000415ce5a591cc58f19e415e09a2c489e1a9b1b97e26423ff4b3d425 0.00 MB 1 0
74,513 74,513 00000000003e2f56f453e559d8046cbb24c6d7b010167dd7f2c72899504d179e 0.00 MB 1 0
74,512 74,512 000000000094ee7fa1378e625cd9bbd52ca7f96c953e09fd50e4ed5a58039608 0.00 MB 2 0
74,511 74,511 0000000000b4187a1091351da6b0be419280155ea322a23d344d90b1d405a6df 0.00 MB 1 0
74,510 74,510 000000000086c8098850b249e1f65b46913877ad2dc4a06c71ef4cb01351dfc5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.