Memory Pool Memory Pool Refreshing

4,784 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (144,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
763,425 763,425 00000000000000000004b6c4491aaa5aa443abd17e353a18a9223ad07d124b40 1.46 MB 2,422 24
763,424 763,424 000000000000000000068f65d6dae3670f0b042afc50db4f2ac3649b9a67ff83 1.53 MB 3,183 26
763,423 763,423 00000000000000000000314cd89c345026edd9fc102892d02bd7a03f3eace29f 1.44 MB 2,754 32
763,422 763,422 00000000000000000000d6ca42d6ef92b56e6dd3423059c758051fc5fcc93bf0 1.46 MB 3,557 49
763,421 763,421 000000000000000000037077b749bf864ac84a004a5a461773a3aa2694c08139 1.22 MB 1,295 18
763,420 763,420 00000000000000000001503d0282e53be8243ddb1b741fad99f92802d5ffcd16 1.44 MB 2,178 17
763,419 763,419 0000000000000000000337e6d093c2ca249b4a94c1edf25109d140391fcfefff 1.60 MB 3,264 35
763,418 763,418 0000000000000000000275e5d4097fb6121787976f42e85310976b34b1e36072 1.55 MB 3,378 27
763,417 763,417 0000000000000000000415cd8c1b6fd7f15dd5661da37b5ebf0a8e0fe1f6aa37 1.17 MB 1,248 18
763,416 763,416 0000000000000000000704d4d310a0ef5ee53c642f66bf0d6b9eb0c20f99836a 1.17 MB 1,403 20
763,415 763,415 00000000000000000005c36f2276791b7b575238357eddbb2d1a106ac1bf94d0 1.33 MB 2,133 22
763,414 763,414 0000000000000000000543be7a16a53d2a1d96aa8b4286878172a0f3e9d89d98 1.04 MB 271 14
763,413 763,413 00000000000000000006668e764bfc8fe197698c856e84f1ae6fd59a8d12135f 1.26 MB 1,482 19
763,412 763,412 000000000000000000051805f0b2c5ae612a7c7c0c162f40d01a81f9a8ab47f8 1.14 MB 803 16
763,411 763,411 00000000000000000001a9d47933c727ff89642ad615688ba0c67de9e264686a 1.19 MB 1,515 20
763,410 763,410 00000000000000000000e4aeb6655a0c6566e0d55cfc0fd8e0122c219e40b479 1.01 MB 161 13
763,409 763,409 000000000000000000020b504d9fb89dc1e14d96996321b2c62b3081cea57ded 1.20 MB 1,325 25
763,408 763,408 000000000000000000055d5f1835ecca0014110e06c95a0aa30c03387e0cbe67 1.34 MB 2,064 23
763,407 763,407 00000000000000000002835c33a5363bdfd712d19cba7d71ae45384d4e65d1fa 1.22 MB 1,481 19
763,406 763,406 000000000000000000008fcc4a9c9ab5fd743f9af1a6ac06ec21fd9d135cf83f 1.07 MB 572 16
763,405 763,405 00000000000000000000a6b8eb8625245ad2c9a2e1f3d32693e77c520aaee446 1.26 MB 1,830 23
Previous 10 blocks ↓
Total Size: 769.23 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.71 GB sent, 94.06 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.