Memory Pool Memory Pool Refreshing

46,354 transactions
24.93 vMB
Show Random Selection Loading Transactions
Max Size: 142/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
880,964 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,963 (83,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,306 797,306 00000000000000000000e4af4ca734a59e15365a869522fb5fe403eb76c17529 1.65 MB 3,857 20
797,305 797,305 000000000000000000057447af81064e654debcfdd13a13e2118fa24f0c945a2 1.50 MB 3,378 29
797,304 797,304 000000000000000000033e960d0fe5d08901986baf3b39c24538b7d5ec9eb521 1.55 MB 3,025 20
797,303 797,303 0000000000000000000163bf8ecce87ff9604066f3e8fcb874be99939f6daefe 1.81 MB 2,920 16
797,302 797,302 00000000000000000001d02ab863d75667859040e9b45c7aada81f2fe1bda7f9 1.77 MB 4,056 8
797,301 797,301 00000000000000000002defa3b798e894c7116f95654efceb7782f4d62cf3912 1.62 MB 2,112 8
797,300 797,300 0000000000000000000334df2ea4e85c7aa17bd5791ff4ee5b3a760ba71e7680 1.68 MB 2,405 14
797,299 797,299 0000000000000000000428494aec98dd3e64174872efa0ce91c47a4b427d4761 1.50 MB 2,204 12
797,298 797,298 0000000000000000000374e2f729a469619f9cf3b8de59645f07f14b62889639 1.62 MB 3,959 21
797,297 797,297 00000000000000000003b5ffb78934693124f72a1da686e8bf69d74ee4f15d44 1.66 MB 4,249 24
797,296 797,296 00000000000000000003c4d170083485a2726fcc22b33c0c6eb21929fabaf24e 1.42 MB 1,661 10
797,295 797,295 0000000000000000000028fc5f3207f9f887f6fb7a483d3da7d8df3ef6374854 1.61 MB 3,206 19
797,294 797,294 00000000000000000004dd47823bf5c582b4f9693fe31c9646edd8f3cc240dec 1.59 MB 3,422 24
797,293 797,293 00000000000000000003af083bdb9494584b3e1d5bccbe42ba64e651c2e2eaf7 1.61 MB 1,562 7
797,292 797,292 00000000000000000003858d23cee0844f540895cb82b6269a257a40c79ca47e 1.31 MB 1,746 17
797,291 797,291 00000000000000000003eb3cb93e025a5430f7b3faf140f919d8a6e5a36abfa6 1.73 MB 3,365 11
797,290 797,290 00000000000000000004867fda5c21c9cb73eac553c5d52b86a8323519aebbad 1.52 MB 2,316 14
797,289 797,289 00000000000000000001c1524d4ebcfb58185a14a6ad7b7f425cf283dcf9f128 1.49 MB 3,089 20
797,288 797,288 0000000000000000000265fdb6fdc0d0e76da013bff2f2eecc910ed1a3ef0061 1.50 MB 3,464 29
797,287 797,287 000000000000000000026a085a59d85d6e17247cbc8b58b2cd37115343d06829 1.80 MB 3,324 8
797,286 797,286 00000000000000000000534fa17629bd25b484f412ac576901719faff56dcd12 1.42 MB 2,389 17
Previous 10 blocks ↓
Total Size: 720.28 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,915.14 GB sent, 66.21 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.