Memory Pool Memory Pool Refreshing

4,223 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (697,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,310 210,310 00000000000000dba29d9709757fc412ad55bb5277817a51464932ab98eba2f7 0.21 MB 513 204
210,309 210,309 0000000000000211b6eb242f989f9f56fbe69f069a13f5c416d42477f93e5df7 0.07 MB 97 83
210,308 210,308 000000000000003b5057d095e35ddcfa251de37c21bc744cdcedb67402ebdc10 0.05 MB 137 163
210,307 210,307 00000000000004b55d8a1a422d9c4751e49caa27cd87ff796c27a522229970bc 0.09 MB 210 152
210,306 210,306 0000000000000012c492f9ebfe5e4a2795a969f34d5b8889448d3d4e3db23885 0.04 MB 95 135
210,305 210,305 000000000000008e5525ddd12976342841da61ac6f9cee7b00269411c800227b 0.00 MB 8 457
210,304 210,304 000000000000018a2e4a51514e494236b42e7efb404dde98dad9b80607eb35fc 0.07 MB 153 218
210,303 210,303 00000000000002622a2b808940e57e2738950a2e9fea1adc1efc5505d83d2278 0.09 MB 199 185
210,302 210,302 000000000000000143f23285efc74400dc88004da3941f17dda152d718b4a1b9 0.02 MB 32 78
210,301 210,301 000000000000016458ef124462c387d497442fbb1cd30cde9926f2ced1c33455 0.08 MB 125 115
210,300 210,300 0000000000000410d3263e7355f09a892ea7ab049bb1c1cf8625270cb82e51bc 0.24 MB 576 181
210,299 210,299 00000000000004607751a72662e08737ffbb5dcd1940a01556bcc44739c992af 0.05 MB 124 20
210,298 210,298 000000000000048372fa437b483970eb390084091887f7df2a4a37a3cea818fc 0.26 MB 473 189
210,297 210,297 00000000000003e5b4ca6549fa2012f3106e8e9958a750f662849ed301ff1491 0.00 MB 9 82
210,296 210,296 00000000000003bbfd5962b43d166d8091d15d05ec20ac10bffe6a9530eef3d0 0.00 MB 6 166
210,295 210,295 0000000000000118a0ae21bf589f2858297b3b4d1129233d727a89f6ecec8e7a 0.32 MB 592 122
210,294 210,294 00000000000000a582c9ac8b0b2cf0e15d6faa4d9e8c72d1e37501f9ce8ed28a 0.07 MB 158 119
210,293 210,293 00000000000001e30814c48a56c8e51c61a6d83617dcaab3602d2099a5163a37 0.12 MB 287 179
210,292 210,292 00000000000003fb4506a335765841d7ad013ff721ce82ff7b05f20848d730a5 0.10 MB 151 120
210,291 210,291 00000000000002dd343bddf575d608fb8aa367981d31d88eaec30055fd05ce29 0.10 MB 156 77
210,290 210,290 0000000000000207549b461347cd2ecc9a7914ae8fe3fdcdaf4c446b5a8f614a 0.20 MB 474 188
Previous 10 blocks ↓
Total Size: 769.21 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,634.46 GB sent, 93.99 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.