Memory Pool Memory Pool Refreshing

1,396 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,078 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,398 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,077 (851,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,521 56,521 0000000006c05dbb420580337abff29b6582c350b54a6a8ad5aa5630870f2d7b 0.00 MB 1 0
56,520 56,520 000000000a27284ece144561f5b8a4780b5d5d3dc85b578b103da3b9891b35d4 0.00 MB 1 0
56,519 56,519 0000000009fd1e1c26457c214ab7ac7c2daafafe0b79117c95f7b59b4c576c6a 0.00 MB 1 0
56,518 56,518 000000001211425608e6dbdb0dbcdaa6a6eb5f3489546978f89fe83251750fbd 0.00 MB 1 0
56,517 56,517 0000000011df400f681afe7bfa6000baebf11731c37a90acb2cc9b1a5317ceb1 0.00 MB 1 0
56,516 56,516 000000000272648f92dd24786a9ac9bf216d7af30dc2269363abe420a3a0245d 0.00 MB 1 0
56,515 56,515 0000000008c7f32dbdbc08988739238ca4a84234f4294e38d912cfa0a6416edc 0.00 MB 1 0
56,514 56,514 000000000848d03f0c37db32c1df7f6d6277cd2650c00542c90c0ce4478942ac 0.00 MB 1 0
56,513 56,513 0000000012d4513592ec01d5cbd5770b27b1b379e75df88be462dae4d3ba03a4 0.00 MB 1 0
56,512 56,512 000000000d492cb18b0bbb0f4f889d2d32f44fdae8e29cd58a23bd6712bc60f5 0.00 MB 1 0
56,511 56,511 0000000001239a28274fb46ed39e82f3961200debd4bcceb509a5cd6f3c68a0d 0.00 MB 1 0
56,510 56,510 00000000093649ae3fcb9641882212541e4ace8d1db4ef4068ae753a73116a79 0.00 MB 1 0
56,509 56,509 00000000065b7aceb7392df33c5a1edcfc180dc8b2d9d082ff5715a56ea73128 0.00 MB 1 0
56,508 56,508 000000001207ef8e5c815cd878ea046c7aba64845b27a8abfca0cad2f83275f2 0.00 MB 1 0
56,507 56,507 00000000033d25a20f711678e8ba85f7f29352ac4810cfe8a5f66fa7684b957a 0.00 MB 2 0
56,506 56,506 0000000010c120f1914abe3e011acff7c8db2922e42bf53638097e62bba243c4 0.00 MB 1 0
56,505 56,505 0000000012a250e17534e44bee82ad07a8579f5e8b1fae7fa0ea3ffd6fb0af83 0.00 MB 1 0
56,504 56,504 00000000007bc46280ac2df6259c9d7e0fce661a4baba9b9536094f293a0ea64 0.00 MB 1 0
56,503 56,503 0000000001e9ada4e2b6e517c01f4a896e634ada3527e4ced75088d1ae1f278d 0.00 MB 1 0
56,502 56,502 000000000394db3ec047bf2815d5d1d6a285bc6eac4ed208a56b732ceb634637 0.00 MB 1 0
56,501 56,501 000000000daea26ec98945fa5603ef28a6f90536015467e068e1a72b5e1bae4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.27 GB sent, 96.32 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.