Memory Pool Memory Pool Refreshing

1,012 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 983 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (41,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,438 866,438 000000000000000000024ee803d4781c26c45fa1c49d72cc624c1d100d85745f 1.52 MB 4,041 6
866,437 866,437 00000000000000000002c7191bedd2d092db50ecdf3bf5db880ead366bacdeb1 1.65 MB 3,973 5
866,436 866,436 0000000000000000000213d176c245ef21028f3e4c05bdb73ac785ab4aaa2530 1.47 MB 3,576 11
866,435 866,435 00000000000000000002665e64b57994d45abf938c41ae8dc3a68039d585b4ff 1.83 MB 3,300 5
866,434 866,434 0000000000000000000132b00b63dfc866cb877e3568dcd3ac2332c143a0d79e 1.66 MB 4,234 7
866,433 866,433 0000000000000000000090338238a2d477c89decb4809dddabca5017f2e149cf 1.93 MB 4,213 6
866,432 866,432 00000000000000000000847537993fbfbe94df5027be32462c394bf1956f1ca0 1.69 MB 4,664 6
866,431 866,431 000000000000000000020beabd917ebaaf1032243d9a7d227e5aaf041aababc3 1.55 MB 4,077 13
866,430 866,430 00000000000000000002fa8b545f38a232962d9346e8960a9d91e0fca4b5541e 1.66 MB 4,802 8
866,429 866,429 0000000000000000000183e69d103481793d18db239a349d1be6b1ac54a116a5 3.95 MB 64 10
866,428 866,428 000000000000000000016740a2cab1f33290d278e2d640d2b4c9c490badc61fb 1.63 MB 4,562 7
866,427 866,427 000000000000000000006a5059d08570a8c3ca957c3681302a9744ac7667f35f 1.62 MB 5,265 6
866,426 866,426 0000000000000000000192ea40aa6b32562507501a18700703f0f95ba52bf8e5 1.55 MB 4,585 9
866,425 866,425 00000000000000000001135d6dd49ed2c702bc6dea1ac832feee5544fb76bdd1 1.67 MB 4,332 7
866,424 866,424 0000000000000000000288e1580750ad1ef2881b70b42a97f11c5bd582532e61 1.65 MB 5,366 9
866,423 866,423 0000000000000000000197640ba06470035ac8c8103716e5f62a996a0aa21ed1 1.64 MB 4,452 7
866,422 866,422 00000000000000000002b1f8282f1c2c92d613f50edcd4fde7a0f932a00f480c 1.69 MB 5,834 10
866,421 866,421 00000000000000000003060f0f5ccffc70d70198f6ac813159625ba76b9f35fb 1.74 MB 5,048 12
866,420 866,420 000000000000000000007e913f3845cd9c461d2bbc94d732a95c210ffb409415 1.60 MB 6,464 16
866,419 866,419 000000000000000000002e2607b6a748333981c5330c49aa5f88c474e3b57a0b 1.54 MB 6,045 20
866,418 866,418 00000000000000000001f649a595502d4979d72298a0600863615d9b6adb04e1 2.38 MB 1,689 4
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.