Memory Pool Memory Pool Refreshing

3,151 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (906,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,850 1,850 000000001b5bcdc869f9be859cd3f7cd500c718ffe3d4ad3e941bef111593078 0.00 MB 1 0
1,849 1,849 00000000df89927ab39d47256afa9a7de0a7c4a15b32f920456c057467eed7dc 0.00 MB 1 0
1,848 1,848 00000000845a1a4a029bc2a33d5eb51ef53502e314e5ba19ebd835c4bd353b3a 0.00 MB 1 0
1,847 1,847 00000000ebcbd04dd834b0709bcd74a05dd7a8f1524bfa30a603e3db1d888053 0.00 MB 1 0
1,846 1,846 000000003c883c858ec953652a66caa23265ac9f331b602691f3092cf1ae7299 0.00 MB 1 0
1,845 1,845 000000009b0925dc129edfd20a7c4bc33eb5ddc41bee1dff262e3b0d8b83cdaa 0.00 MB 1 0
1,844 1,844 00000000ea6988272f73e60fa77b8c4de81d3e2d1d4a7f524849f6da363e23e2 0.00 MB 1 0
1,843 1,843 00000000dad68797d688b10426ead52b42b2dc654ea30ef9d6e9197c10c7658d 0.00 MB 1 0
1,842 1,842 0000000019011bfe67ef7cd47a5ed0fd9f4ef7b5b653a83675fbb3e354e490d1 0.00 MB 1 0
1,841 1,841 0000000020822aaabd94ac716372a51535f72471141b896ed328c323e26b3fc9 0.00 MB 1 0
1,840 1,840 00000000d84f0a18e6563db3149a266515eb6c23810e19c714f8ac6e037f108f 0.00 MB 1 0
1,839 1,839 000000003085602911b9da7c4b636f2f809a3a3d1db4155e2bf9b9e572791ab1 0.00 MB 1 0
1,838 1,838 0000000022fa7cb365cc0e556ad0f9afc0148c9f2e73d18b6ff7f6d82af6f31e 0.00 MB 1 0
1,837 1,837 00000000f78078420299b8d5c188bb8afcbaa49085569c106de370ff0b39289f 0.00 MB 1 0
1,836 1,836 0000000086a691adc91420e5524c503a91492ac8aa76e994321721c25cf489d1 0.00 MB 1 0
1,835 1,835 0000000018acfba39f5b2d3065a1705ee2df5640e8754d101eed68f443037150 0.00 MB 1 0
1,834 1,834 00000000a4312fe881244917a19231dfda84f629e3fb6a620f7ccd84a4fc2af4 0.00 MB 1 0
1,833 1,833 00000000bb3515b459870f58e6defd2b1ee555da2315328d8edb8981ae3dc130 0.00 MB 1 0
1,832 1,832 000000000b0031e013f73bfab101e0e08509dcd2bc54f84c5e6b941bd7238c86 0.00 MB 1 0
1,831 1,831 00000000f5c24710cf54775da5c791cbe2ea291e2941dc789b1dfad1daed54b0 0.00 MB 1 0
1,830 1,830 000000009e6a05d053409236953adae0e74b2cb63ac35fe5a2938503a6216fcb 0.00 MB 1 0
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, 114 incoming
  • Data Transfer: 1,642.69 GB sent, 94.44 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.