Memory Pool Memory Pool Refreshing

3,357 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,421 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,420 (901,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,975 6,975 00000000395cf80fdfcb67aa69779a02a7d6d21562f74d4b53238d542248acae 0.00 MB 1 0
6,974 6,974 0000000083d7354495f32cedf2c906d176b085561786f46e7e9e161d04c0b628 0.00 MB 1 0
6,973 6,973 000000001704a08b0fc9d108a6f2b2cad455e5615fd3f0ed9e827093764ff8cc 0.00 MB 1 0
6,972 6,972 000000009c0a448008a09a3e3f32f0927bf3fff9dfb53f0a5ca63a0393844c61 0.00 MB 1 0
6,971 6,971 0000000099b9897953e0ce9ff781acde095228557b9fa095e5a51b7d2804ac16 0.00 MB 1 0
6,970 6,970 000000009c14fcf25accc008b8e411fbdc7cad3ac899e5f7150de1fca3a7c913 0.00 MB 1 0
6,969 6,969 00000000545b95108c138019753166d1357acbd15766c791eb0ad63ebea6eb42 0.00 MB 1 0
6,968 6,968 00000000b5c44c71fc6d438a944f5b57c8fdb719dd7639fa94a14576a374598a 0.00 MB 1 0
6,967 6,967 00000000a3a0c36cf5524cf13ec2cff8b87025992a4879f3f339e4fb848b3a16 0.00 MB 1 0
6,966 6,966 000000000ced11649abe4bb6dda4b2f48629c5484cd26dd57419d9b0ffec9608 0.00 MB 1 0
6,965 6,965 000000009ecf2e19ea3bab1b9186bd44f85cca06a86b029933c441f01312126d 0.00 MB 1 0
6,964 6,964 00000000da00b8154b4ade8c1d36147fc61b6c5973a99a562ce5213f8ea7979f 0.00 MB 1 0
6,963 6,963 0000000017eb5e1cdb2d28bab5703122ffce6b3c00f53f12dbbe997eb94ca487 0.00 MB 1 0
6,962 6,962 000000006455617bb6eda83a5bfbe4aa5e4c8227dcb2956aea903e36041135b6 0.00 MB 1 0
6,961 6,961 00000000b3561c638ab2c907ba3cd3833a11df44b2626990f63a6817a6aa54c5 0.00 MB 1 0
6,960 6,960 000000009122abec0ff964ce5fd87322f621aa8d02a5f501b29c74ef66dfa178 0.00 MB 1 0
6,959 6,959 00000000336d019f0ed240b52f597d86f2104095307e8386d53f34e779056456 0.00 MB 1 0
6,958 6,958 00000000dbc35f72e6cd66cef162d287a04552019dfeebb9b859d4637daa12d1 0.00 MB 1 0
6,957 6,957 00000000b0878d57ff6d6ddd319ad193b7675ce577c38a4d75a368cc63f51176 0.00 MB 1 0
6,956 6,956 00000000e29b4934eb46ea3a9a4a14af2e80019a25b6eb3549db9dfe1dc229d8 0.00 MB 1 0
6,955 6,955 0000000020e3e93765e3c3bdf4ff2aeae61bcaa177d9bc4ab8dd8911110e8511 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,748.94 GB sent, 99.48 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.