Memory Pool Memory Pool Refreshing

1,376 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 1,376 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (30,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,531 877,531 00000000000000000000e55285dc7c0b18a2d0bd523c79695b05865aaffb434d 1.74 MB 4,572 3
877,530 877,530 000000000000000000025764c59b336a7089de0cc83ead234544ce976a678509 1.91 MB 2,335 3
877,529 877,529 00000000000000000000d715d53a3264ea549028d065414ecee131d9add31cb7 1.82 MB 2,527 3
877,528 877,528 0000000000000000000135e47b5e892e2f56fb77494480b5dd95b3210c761480 1.67 MB 3,807 4
877,527 877,527 00000000000000000001809e057869c7a28941e5fcbf18a72fa58e8ce0b245ab 1.72 MB 3,117 4
877,526 877,526 0000000000000000000118369bb3e1662bacea9c71895d0352e7aa1a2513f695 1.62 MB 3,260 4
877,525 877,525 000000000000000000026cfb28e32288a6ba02ec4cf1d72e6383c6aa239c2122 1.59 MB 3,720 6
877,524 877,524 00000000000000000001c12b3f6ac77af4c5572ff6b41723358e48d9ca8d6120 1.92 MB 2,463 3
877,523 877,523 00000000000000000000320250116c394a0aa8a964a64a287a35c36bc5a3e78a 1.81 MB 2,089 6
877,522 877,522 000000000000000000011a42491464590aacb21a13107611d24601ecb7da7896 1.53 MB 3,057 4
877,521 877,521 00000000000000000001242c13dc1a4c110336d0f974d02a10de1b3ee074c689 1.27 MB 1,468 2
877,520 877,520 00000000000000000000708103ea1911eb7af6068d14ea5571de759c9e2ad8ed 1.48 MB 2,350 3
877,519 877,519 0000000000000000000050cf668aa936b27ad8cc798f34500ab9c52c338abbd0 1.30 MB 1,353 2
877,518 877,518 00000000000000000001cfd1129f531814348433e43de504db2992c009f25744 1.66 MB 3,466 3
877,517 877,517 00000000000000000001daebb0aed0ca96c42b735628de058e1b3b93583c3ed1 1.71 MB 3,117 4
877,516 877,516 00000000000000000002660e47cc4be7a83a8cf150e31561ef8d3010a57fd5d6 1.64 MB 2,962 5
877,515 877,515 000000000000000000003cdaab35982a46eae9fdde54a9c92223466b30ce5887 1.64 MB 3,114 8
877,514 877,514 00000000000000000000e8d757b5bf35930f10d4989d73b2a933cbfc0bded8db 1.93 MB 3,241 2
877,513 877,513 000000000000000000005c73e9cd0c81683b30c33ad9e8aed8b4691f7b857e4d 1.63 MB 3,382 5
877,512 877,512 00000000000000000001199f2eaa613d82dd68f8439355a04058564d8b7dbdde 1.61 MB 4,048 6
877,511 877,511 0000000000000000000232d6c3163205afaa0915cc6df1949fc494f5b9f14f24 1.84 MB 1,606 2
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.