Memory Pool Memory Pool Refreshing

4,979 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
902,291 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,657 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,290 (742,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,157 160,157 00000000000002f96dfe007e2cbcf30a60cf77007ddad1fe4ef97892e14e1d98 0.01 MB 15 46
160,156 160,156 0000000000000186ed0edc4ec3a30c4e3ef248f3e27396accef5993af2666807 0.04 MB 92 30
160,155 160,155 0000000000000ada8101be812ceac86e64822a87b39b3b6d77c7e8d71ee02257 0.01 MB 10 61
160,154 160,154 00000000000007bed31400bd643ae7e8a00cc0a44919d2ccbc3c09185408030e 0.03 MB 61 122
160,153 160,153 000000000000010c8b836489e6767c3fb2d5eca68d43f1b4ff5cb8edf50164ce 0.01 MB 15 40
160,152 160,152 00000000000006a095edfeb501825738c9d1944938763706cebe2b0650b6f4f7 0.04 MB 82 98
160,151 160,151 00000000000000c549a5d957024ee3082b53625239e6943635d0b66d5b83a745 0.02 MB 57 0
160,150 160,150 0000000000000a60d1b643d39d8d594106ae2b93673c7598856143d3ecce37f6 0.05 MB 88 126
160,149 160,149 0000000000000d2a9a5ff9353063e87a08f499365aac15093775b6e7700c879d 0.05 MB 33 11
160,148 160,148 00000000000005cddd30881884004bcdd4e82e17d223999fb78c5414818eb0e2 0.05 MB 118 21
160,147 160,147 000000000000023568f0df6daa8f4d55fe59150c990b8ee4b485bbddf88d83e6 0.06 MB 100 182
160,146 160,146 0000000000000a3480b134ab04a38e3195d39cc17596413b0a61cceb3fdaec2d 0.00 MB 13 0
160,145 160,145 000000000000092090e908753d44e2c5c06a28f1ef84c0f21a440f185dbcfd91 0.01 MB 17 111
160,144 160,144 000000000000047c9bb7077938129069acb6077586db52d2ca303458f6b33099 0.03 MB 35 3
160,143 160,143 0000000000000a05041003b380063fad9ee1e451fc8c02c48fd052dcfe5c6220 0.05 MB 90 636
160,142 160,142 000000000000080ebe020c1712ef80694ea48c98484a52324623d638645cf7cf 0.04 MB 89 83
160,141 160,141 0000000000000508bb1845649451697013a031566b3e9828498134243c1fa344 0.02 MB 20 34
160,140 160,140 000000000000090e32ee1854a859ac3182f58782d22c6696e74f875acf33f7ef 0.03 MB 63 115
160,139 160,139 00000000000005c8710023fea3ea3a01962203440633cd7ed194e63d6a7f4a31 0.01 MB 14 115
160,138 160,138 00000000000008e4eb4b5990d5cbb037301a8016f73170308ba74c2a03249391 0.00 MB 3 193
160,137 160,137 0000000000000c6b87fde1200cd9164c7e41df82122e3159f8020da9cec37896 0.02 MB 46 4
Previous 10 blocks ↓
Total Size: 759.66 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: 854.65 GB sent, 44.58 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.