Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (666,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,543 241,543 000000000000004d38c09b5fe80babb76d903c6edb1be19a62c851d017f5773d 0.06 MB 123 158
241,542 241,542 0000000000000055e460fd0adaa00a812f29c6c6a38ba8da854a480de00edf00 0.18 MB 391 143
241,541 241,541 0000000000000058ad32d7b1ed9aef3ff4939e0deece85ca948245ee66165f29 0.25 MB 492 129
241,540 241,540 00000000000000d61539b91d18a1f2c13a8c326b69cd7c41af3bf2b4ea54ebdc 0.20 MB 480 179
241,539 241,539 00000000000000ef09da3186074aebcc80f7b5c7f1e5438c66dbdefe9e593680 0.25 MB 555 161
241,538 241,538 00000000000000f8282f129a89ce27b75fc4e2b7adb52342fbeab70509553885 0.15 MB 372 162
241,537 241,537 000000000000006ed83d97e7266a66dcb057cd53750795bd209076fa0a34d4ec 0.13 MB 256 69
241,536 241,536 00000000000000b7dc90d34b08218b76687c0cd8a00878fea13d4ce98b0f4df0 0.05 MB 106 78
241,535 241,535 000000000000006d301e4a8ff6779b039ce85b90ddb118450318512133df654d 0.28 MB 624 134
241,534 241,534 0000000000000013e445b294414dcf843429f19b3f9480ae2ac230c8051e43f5 0.12 MB 174 62
241,533 241,533 00000000000000b8fbeea5016e89149e024618bf2986aa2c0f32577495b43099 0.25 MB 701 196
241,532 241,532 00000000000000c27f8c697b37ae32d8a9a415c3bdf4337349eca34b28c08e42 0.14 MB 332 176
241,531 241,531 00000000000000c7a46859feb3b3ccf39b61fd281a0da707a2868eafbe2243d3 0.52 MB 975 158
241,530 241,530 000000000000010ee4b2f46c8205bb4e3b63d28edcac8ce1c5c646bbe58ca8fb 0.03 MB 46 135
241,529 241,529 000000000000002b23abbe34491a99fc4fda6f334c25382e773f8405b5cb2753 0.00 MB 1 0
241,528 241,528 00000000000000742bfd7a70b1db7042ceb92a45bfc23381905c9ea56d5bf348 0.28 MB 512 40
241,527 241,527 00000000000000d29aa9366324e84e0a320c95a23c61854501f06f3dad8f8e73 0.11 MB 288 189
241,526 241,526 000000000000002a941724f0510262837e5b1748e96450641fca85eced077d79 0.11 MB 226 138
241,525 241,525 0000000000000079f90aa493647580426ca24483fa2f3114ce9faec35794ddcc 0.03 MB 59 89
241,524 241,524 000000000000009ad341aca2dcee9e9f0b080289d469176a5e0d1cbb635a8581 0.19 MB 398 144
241,523 241,523 00000000000000a17a698e33f9bae801c5ced46f9a42295a7ece2bd0d2310a82 0.25 MB 469 166
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.