Memory Pool Memory Pool Refreshing

4,195 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (4,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,521 903,521 00000000000000000001a42793412cf5a79cb70d8c9cdc4e2993da5c14948a34 1.64 MB 4,059 5
903,520 903,520 000000000000000000025db14a9dc1574e81839049784287013ecba4265b312a 1.57 MB 2,349 3
903,519 903,519 00000000000000000000ce7d76daa69ba91dbc444014a878f31b513cdcd416a9 0.31 MB 330 2
903,518 903,518 00000000000000000001de05a56fb106ebf0a82dc6500be0eabee0171bc37545 2.01 MB 4,285 0
903,517 903,517 00000000000000000000744f91b480f8b5b77af09e4787285e44d3e73e211940 0.97 MB 1,427 2
903,516 903,516 000000000000000000006f12f33100ededbc1980f54026b2d4cf90e08cf1cdaa 1.63 MB 1,815 2
903,515 903,515 00000000000000000000ace1e52721ae5d5a7a9e157268030b694ce726b92b8b 1.44 MB 2,543 3
903,514 903,514 00000000000000000000ca695df9d9cc5214c8322d9a5f70072220ab723f0058 1.34 MB 1,635 2
903,513 903,513 0000000000000000000096cc54a8042bfdfaeb7bf7a0d8c68c469f5e16159cd3 1.64 MB 3,431 4
903,512 903,512 000000000000000000001d6f2d389559977e1be0556ffb8a919bae8ed15d59ef 0.32 MB 515 2
903,511 903,511 00000000000000000000b5ca50a6a71ab59108108505a3fcd267b76d905ddd04 1.69 MB 2,304 2
903,510 903,510 000000000000000000006438a03f6ca044c37803035a816108ea18896503ed20 1.53 MB 1,147 2
903,509 903,509 00000000000000000002447fe19200065a846284dc97d584fb8cd9aec77cd8cb 1.54 MB 3,325 4
903,508 903,508 00000000000000000000b1f338c4bd5081ce214f9d4feb4629f48069d33bd3ce 1.63 MB 3,264 4
903,507 903,507 0000000000000000000250cfcdb684cb33e1d4ccc82ee7b6f308909b7b7525e3 1.24 MB 1,851 1
903,506 903,506 00000000000000000001b108745b184af2b2608dffd28475981bc5b6b41ddaad 1.52 MB 1,854 2
903,505 903,505 00000000000000000001ba3d7750a794b07d8f6d8620239ea227c37c02c45289 1.42 MB 2,414 3
903,504 903,504 0000000000000000000166347f357e53fd4d7947d8e1f2f6cc993abe1d6b0287 1.73 MB 3,053 3
903,503 903,503 00000000000000000000d44b747c2976c562676484fef3f1369609ccad1074a0 1.45 MB 2,581 2
903,502 903,502 00000000000000000000eec4f018f4cbcab4808f5866cec676d800f1ada4595d 2.01 MB 2,947 2
903,501 903,501 000000000000000000014cb729403a533defa6c2bc2dc2e9b70753eebc985f15 1.66 MB 2,031 1
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.