Memory Pool Memory Pool Refreshing

3,383 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (540,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,450 367,450 000000000000000004dc6f64f3728d6d909bb7dca5537b26d3147fa152b6fdc1 0.95 MB 717 20
367,449 367,449 0000000000000000108380b38e40cc0fcaa1bf4beba135faf450e7650ce674f2 1.00 MB 848 11
367,448 367,448 0000000000000000106207fd99bdc1beeec1169fefcee2f5d9ef590645fd06b6 0.00 MB 2 0
367,447 367,447 0000000000000000045bfc830755061dfe5c1d0f24a21ce224f632f4a6b21adb 0.75 MB 925 31
367,446 367,446 000000000000000013b808fd2e37ea020a6cdab6b7018086c351b8b3b1283d53 0.20 MB 300 17
367,445 367,445 00000000000000000390a62b84951120fc30fd6ff46595155a2859cb4eb819ff 0.36 MB 785 36
367,444 367,444 000000000000000004f39ca54bbe380b1b5213a50efd1f70cf120a612c4934e8 0.68 MB 685 18
367,443 367,443 00000000000000000ea67a189cbef601b52fd59fea613caa0afd1e2ce6f889fd 0.93 MB 859 26
367,442 367,442 000000000000000001317ed726ec791a543493fc42d38de2924081f858fb72d7 0.93 MB 1,128 31
367,441 367,441 000000000000000007a614e16e7bf36555e97c6875a81786114d29bb7ecfa559 0.75 MB 1,202 37
367,440 367,440 0000000000000000037397e7bc5534b413929fffca2dacc4b85f275fb02d43a8 0.85 MB 580 21
367,439 367,439 00000000000000000afc629d0e1f3953c0ccdafd9b9296c9fd08936906393b87 0.75 MB 685 25
367,438 367,438 00000000000000000ddf450d4c2cbe947bc28df40c0ae4c8c68dfaafeb611f83 0.93 MB 1,353 38
367,437 367,437 00000000000000000df341c06c108f2ca5a024be87e88d3139586bd4a8aa0e0f 0.81 MB 514 21
367,436 367,436 000000000000000000685e629b7b7ea5e3014dc3d157d782407984cebb87062e 1.00 MB 984 12
367,435 367,435 00000000000000000a67245a3a1816bfaf1aa2b0c672bae596e549e44c794dd9 0.95 MB 650 18
367,434 367,434 0000000000000000123a7bcd021de7d2f436a244c932109b2e5675d49d6b8d27 0.95 MB 1,575 35
367,433 367,433 0000000000000000128211c7f46d4843a0efac435c21b14fcb6c1f9f5c38ba50 0.90 MB 723 25
367,432 367,432 000000000000000013b7ae4e59d16a30b18d700cedf9826b6560dbc0f84e2bc8 0.88 MB 738 25
367,431 367,431 00000000000000000d4cd696e7dafd74510d1462409278a4c20f6007420d53c3 0.75 MB 445 21
367,430 367,430 00000000000000000bcbe819629e865847e9444f75957083c200e3b1fdea878c 0.95 MB 875 40
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.