Memory Pool Memory Pool Refreshing

7,527 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,642 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (46,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,902 860,902 0000000000000000000135e6789bac985f832ba305d6414617f8813dfc4e8263 1.48 MB 2,123 5
860,901 860,901 00000000000000000000fca98d75e2de6eef6b233ed19db6cb4dc4289c9c3c33 1.61 MB 3,472 11
860,900 860,900 00000000000000000000858c86b460f58bcd61cf51cfb8adc696d92f26c34e36 1.57 MB 3,298 10
860,899 860,899 00000000000000000001c2b1ffcd1ccaf1e184cb0c94371cbc15bea66088dc86 1.59 MB 3,393 5
860,898 860,898 00000000000000000001894636da028800ca247c0b960fec6babc05fdf06c9c8 1.65 MB 3,027 8
860,897 860,897 00000000000000000001938e33c3804636eb74afdc69c8116555b8f0bf6d8330 1.68 MB 6,130 3
860,896 860,896 00000000000000000000a17153ed7b12bc191ce8d2193471e8aa0a7ba7934d6d 1.68 MB 6,631 2
860,895 860,895 000000000000000000017e1dd6be2c518709c748aaafea1361eb6d7b666de701 1.72 MB 4,752 3
860,894 860,894 00000000000000000001645afa9ebc9b07156386256a61919f3256a59a45cb76 1.81 MB 3,603 4
860,893 860,893 00000000000000000000a1fc6cbbf265323088da8af786114607b2e4edacda61 1.87 MB 3,205 6
860,892 860,892 0000000000000000000106d59d144be189a344586ff0ceb354157e7b5b25c8bd 1.84 MB 3,488 5
860,891 860,891 00000000000000000000f9c861e5d2dc405d0b0b10a52a76dfafa5c3ef6fc456 1.82 MB 3,321 9
860,890 860,890 00000000000000000000b6e0864388d9ca18584b6b09561f907abc3025e2b596 1.60 MB 3,251 4
860,889 860,889 00000000000000000000b6c2b8663c8943040e6eabd679ea4fe05092d933e221 1.56 MB 3,501 6
860,888 860,888 00000000000000000002f2d6a05743017ffcd2cd719d0c3c72ac53058bc9e087 1.44 MB 3,184 7
860,887 860,887 00000000000000000000a5ee9be52a25aebee94657f71d26284366e30f3a5172 1.59 MB 4,186 7
860,886 860,886 00000000000000000002487e1a1d5fb67146d1a9b0f3d9b7ba3d0d21464afd6a 1.65 MB 2,947 6
860,885 860,885 0000000000000000000003d1ceade7841c3e3a0e4a6c7e25d7d27e9976d37326 1.56 MB 3,750 10
860,884 860,884 0000000000000000000082c386c23c7535e2f5417d0da41d7c52361c976a5ff9 1.61 MB 3,699 5
860,883 860,883 00000000000000000001190b6daa247f6470666c7ae37f3e64b381d39dc37361 1.56 MB 5,911 3
860,882 860,882 00000000000000000000fa765ab19843c914c945fa2aef3e9b7adef4b360971d 1.61 MB 3,949 6
Previous 10 blocks ↓
Total Size: 769.31 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.81 GB sent, 94.51 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.