Memory Pool Memory Pool Refreshing

6,821 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (880,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,420 28,420 00000000dc3a4289ddade48a18ec0c64185d9183173316c2cd946941f905d945 0.00 MB 1 0
28,419 28,419 000000006c73b75efe99d6ef375078f0cb5a9ebef7bfa38791561c906803cf12 0.00 MB 1 0
28,418 28,418 000000001ece1c834bef616e2cd3e2a723d5b05fcfb74340f6010609440a7138 0.00 MB 1 0
28,417 28,417 000000008450709b239799afe533d3cffd67decda1e5d4d9fe6d4bead6844e36 0.00 MB 1 0
28,416 28,416 00000000523988d42f5d6d12c717f10ebd74a3883534519e5b0d260c6a319238 0.00 MB 1 0
28,415 28,415 00000000df97a532074b547d5fa0561839344a5465471ffdaf557aa70877c0fe 0.00 MB 1 0
28,414 28,414 00000000428a95c0eae954a8ab9e9089ba560565b9cbaed2703efe31296cf95f 0.00 MB 1 0
28,413 28,413 00000000586b94cd6fbe13dbbab497cc7bb3d8f3154c531a2e05ab7ab63500ba 0.00 MB 1 0
28,412 28,412 0000000028d44c05dc964b899e3f638e4169d29d7e6be7165cd1ab9ce8902b05 0.00 MB 1 0
28,411 28,411 0000000061c1896b51cb00920ad32e9fd316c23ec442c6753f3d77d5c60bbb5e 0.00 MB 1 0
28,410 28,410 000000002a8138a20ebb23d7b4104d4c4173d7514307149487d400ea1cdd7340 0.00 MB 1 0
28,409 28,409 0000000067473c2d5baef55a81d1063cc3cf4101bea33f7ed48ce42ad38c9680 0.00 MB 1 0
28,408 28,408 00000000cfbf4b3d6d4c3dee4becc5e78ec9c1ef320c8d58352a3955e1303ba1 0.00 MB 1 0
28,407 28,407 00000000a2b9efb515a8452c45935c25fb8a4cddb79f390d7aa690b6961c1364 0.00 MB 1 0
28,406 28,406 00000000c45217d359e199af9b1a09bbc39795cc5fc1f48f03feeb2b28168125 0.00 MB 1 0
28,405 28,405 00000000befa5c32ea3f3a1f471a68d7c53cdf50c1431b869eb6bd02e504c1aa 0.00 MB 1 0
28,404 28,404 000000008e68dd928e306bf624253141df8fc5e80c577e9e35c32b373474b0f5 0.00 MB 1 0
28,403 28,403 00000000a4221be68426e6043acd2bd4331342b6920d3b7b4b7cc0ef778191fb 0.00 MB 1 0
28,402 28,402 0000000058801a8c72e0acdd37bf0e68d97d35642f85a44d3bc71a5395ef8146 0.00 MB 1 0
28,401 28,401 00000000261fb9afb66e72cad91968f80b12925a1f64a90f50f562be38a034ad 0.00 MB 1 0
28,400 28,400 00000000b78a30fe1e70d8704debcae67f2e080471d2ada6a1821002f7615f41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.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.