Memory Pool Memory Pool Refreshing

9,862 transactions (3.13 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (882,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,034 26,034 0000000060eceb2d232228480a2dfb0d9a921380910847723205c5f33718d5da 0.00 MB 1 0
26,033 26,033 000000002b9d3138dbcef5f9ae41cb616e9bbdf87e060c5a4ac79c1b84d29cb6 0.00 MB 1 0
26,032 26,032 0000000003e16a62bde750d655aab6adebba469de5c5178bda6ec9779bfae4cd 0.00 MB 1 0
26,031 26,031 00000000d0685e01583fa926733264d6bf72e24240ca6f1056341cbcc12de9e2 0.00 MB 1 0
26,030 26,030 000000000640566734e3f82bf5c6a897d7c3e03daf742c34f033e786cb3d3e4c 0.00 MB 1 0
26,029 26,029 000000002056bc809ecf3ae0124e96b4cd063a2eca6a3db9c5ffb8a932eb826e 0.00 MB 1 0
26,028 26,028 000000008e3ec6c8611151ecff3b2f421c097107c9ffad09da33c88ec26fe285 0.00 MB 1 0
26,027 26,027 00000000e4d301f1500204d9ad2a2b6de5d10f24d29467dabf6704a366c828a3 0.00 MB 1 0
26,026 26,026 00000000dc59c0417ac313fa9ac3f37fe720b13842aeae249c9a5b6f5eda8f8c 0.00 MB 1 0
26,025 26,025 00000000debcc478be0c603ad46d6997b7a672d8c28f7e5f2efc34657537da8c 0.00 MB 1 0
26,024 26,024 000000006c28e4f3eaf8f7b44bb1220e99c0da493d73eceafcd68db8076a602f 0.00 MB 1 0
26,023 26,023 00000000ccdf952f97e15742531237693fa5511d0313c11d05e4940907e48f44 0.00 MB 1 0
26,022 26,022 00000000fd743102df763f74c90976d772a340c5c409d5430dfde830333dc354 0.00 MB 1 0
26,021 26,021 000000007669c7020417979569649ac8423065855733c3912398c09a1ac3e38b 0.00 MB 1 0
26,020 26,020 000000009cc448ce3d6497f0385f910ad06c598832b90629e650d38ead7bf67e 0.00 MB 1 0
26,019 26,019 00000000b400e9c7009c05f5e223230ca7daa06730038f5d3fbef475c1e2d3cc 0.00 MB 1 0
26,018 26,018 00000000119ea98dbde46f8a2467696530beb77d424181ca7458f23fc52a041a 0.00 MB 1 0
26,017 26,017 000000009e12579b55e684c6bd5b289205ccba584a783b1ddb437a59518e0f8c 0.00 MB 1 0
26,016 26,016 0000000011e38ee608a1670376b62100511c375cb399a62b3ce453b7310cd988 0.00 MB 1 0
26,015 26,015 000000001d5b8d41108cc315049dbd39ba8dda4d35ab699f06a28e3b20c07522 0.00 MB 1 0
26,014 26,014 00000000a3071542bae2c618f0fa271bfb462ce7255018925b4f8bb498c10ff0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.77 GB sent, 103.78 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.