Memory Pool Memory Pool Refreshing

1,585 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (459,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,685 448,685 000000000000000000ea90acb020b39ff7babf4981907d4243827ba6993ea064 1.00 MB 1,402 63
448,684 448,684 000000000000000001cc2d8a6b067c8d104e4a090613e45658d55a9f9866800a 1.00 MB 2,566 99
448,683 448,683 000000000000000002e784917465df62998b2dcfe55649c6126d81eead5cebeb 1.00 MB 1,371 57
448,682 448,682 000000000000000002a257c3dff178e6cc15d6ddea0fb79d13b6ad2d8b069074 1.00 MB 2,301 54
448,681 448,681 000000000000000000c22d4bba46fcc36de8b54f27b33ee60e09b80336d7cec7 1.00 MB 2,393 86
448,680 448,680 000000000000000000fee9d471891c584b4a7dfcaad8dd50af8b6a631170dace 1.00 MB 1,561 57
448,679 448,679 000000000000000000ed48a44e8d58a8e4f65a93b16e60a39cd4d9a7ad391266 1.00 MB 2,056 67
448,678 448,678 0000000000000000001ad1a7e68a6f25153581536d3a588d7f5131ea07e3bd3b 1.00 MB 2,487 101
448,677 448,677 00000000000000000085347ec43e4960f9b55eb32076fbc975d71f5ca42ae91e 1.00 MB 1,374 53
448,676 448,676 000000000000000001cd2e0bfe063266028668c84797323e61588a9cb5d389c8 1.00 MB 1,630 60
448,675 448,675 0000000000000000008c7987112e62d263e362b3b4b6505c26696f7d808ab758 1.00 MB 2,081 71
448,674 448,674 000000000000000000815014a38fc741afbbc34a31929f3cac71e09193dabfe5 1.00 MB 2,528 100
448,673 448,673 000000000000000000c7107b26fee248c6ff6a06c38b59b8b5381bb885f716e6 1.00 MB 1,740 81
448,672 448,672 0000000000000000012a4e3acf1334b764d091246eb6cb8fa929b245ab0f934d 1.00 MB 2,605 81
448,671 448,671 000000000000000001ad6f746312fa8ddd69345c0a1b0aa3c7d3af0ad6de5d8c 1.00 MB 1,990 103
448,670 448,670 0000000000000000016dc0b235cda2c6bb9b8ee8d085a603e3c7da80ee3afec4 0.99 MB 2,361 59
448,669 448,669 000000000000000000976a873593311758b204bc14d0cff37d9ca4e568b9bcbd 1.00 MB 1,696 67
448,668 448,668 00000000000000000318f6c03a67fb5cdeda062b4026b09458c3b0cd0a316d2b 1.00 MB 1,905 88
448,667 448,667 00000000000000000220d569136d8562aae65010578f16d23ac9003fe89ffd9d 1.00 MB 1,215 68
448,666 448,666 0000000000000000006bdea5c2e685c5d5a8b185d928a7e839c2c9d2343d991d 1.00 MB 2,983 65
448,665 448,665 000000000000000001b5679658fe56ed07b32c6cd834d2b03565518761a44a7c 1.00 MB 3,463 74
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.48 GB sent, 93.62 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.