Memory Pool Memory Pool Refreshing

2,848 transactions (1.16 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (828,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,508 80,508 00000000002d536b6b10fda8568fc2bab1724c502f2a285a94ce2ec008ff0c4f 0.00 MB 1 0
80,507 80,507 0000000000503cdc3cef56d71eb5f662a1c65fa27aa457bcf0204be3cf277844 0.00 MB 5 0
80,506 80,506 0000000000553ae21d252f28e04cdeda5ef68619de36edb001cc509ab67bd9a3 0.00 MB 1 0
80,505 80,505 00000000001ce9e12fb52f1be45cb3a1b1c793b3e57e1f2ffbfa3174257d9597 0.00 MB 3 0
80,504 80,504 00000000005605d837ff4d061225265517545bd3ff5e27c7d7816ff203a9d4b0 0.00 MB 2 0
80,503 80,503 000000000020b6ebf7a0f69fa57770838622157bb10dddccb50a81aae65a46c0 0.00 MB 1 0
80,502 80,502 000000000036aca17135c1c55ab4b50372628bd5b495f2cb6d49922b3f870568 0.00 MB 1 0
80,501 80,501 0000000000291efa4b2750bf1d6edb746ed45b1992fa9045ed304b9f2da1e89d 0.00 MB 1 0
80,500 80,500 000000000007790532e8ebd45e4b541bee6ba2a5881f3ed08e33d8ea593983c3 0.00 MB 2 0
80,499 80,499 000000000013a844d2bb9fa987f8a83196f1caef193d7588fa6ab6cf0b87182d 0.00 MB 1 0
80,498 80,498 0000000000034d6c4d381ec082835d8d8bfa0a7c26047af6463fc58fb246dbbe 0.00 MB 1 0
80,497 80,497 00000000004f6259e628f11b009b5b43c6c125a8f4d40c44a87a678d529b6d99 0.00 MB 1 0
80,496 80,496 00000000000acae12b026481e10344f7101cd1a6bf52cfe0ce31aee539fc2d28 0.00 MB 3 0
80,495 80,495 000000000014627d586c8513d1849f20d10cc708425277c37d524d172cf681ee 0.00 MB 2 0
80,494 80,494 000000000011a05907f27782769c074c6495caedae569bb8234f0cccec5471fe 0.00 MB 1 0
80,493 80,493 000000000059911b26563d30cab578557cc640eefe504dc29af45fdcbc44af2c 0.00 MB 2 0
80,492 80,492 000000000015842ba0422fcf8f2429d0ba57dc24273ff1c0a46e7b1adc73c623 0.00 MB 1 0
80,491 80,491 000000000017e563373e9f33c0ce61006205a4081df1951ae948abb287cb21a8 0.00 MB 1 0
80,490 80,490 00000000004d2069380df619785eb12f50494154d133bda6fdde7be9960fcee9 0.00 MB 1 0
80,489 80,489 000000000040c28bf87bea297b1ba22bf4369d7ced2c95cca493b9c8abca1988 0.00 MB 2 0
80,488 80,488 00000000004d1354a7990f9c2300794a49ef469d0122af02c69ab0fd25d1b616 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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,856.53 GB sent, 102.63 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.