Memory Pool Memory Pool Refreshing

2,219 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,110 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (28,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,521 879,521 0000000000000000000253847364c2ee5df8a5f59687519539571d26864971a0 1.93 MB 2,727 3
879,520 879,520 00000000000000000000b0d5a1e2a80f10f28893e13d6a1a7b1b41cdf8f872e5 1.63 MB 2,535 4
879,519 879,519 000000000000000000007b4946239f64539583190a215da6f1fe76f13ab0d02d 1.39 MB 2,457 4
879,518 879,518 0000000000000000000138efda595c242a2baadcad7b885a18b3855c6ddbd5ac 1.47 MB 2,694 4
879,517 879,517 00000000000000000001023ce2e87226443da2b0e4fc26a445052d7bd79b2c38 1.43 MB 2,937 3
879,516 879,516 00000000000000000001d245db45bc3bd9a9a078ec6b458d193bd69c289d7ffc 1.50 MB 2,853 6
879,515 879,515 0000000000000000000169fcedd7f5348cf19d85143a69107625f857cf6f442a 1.57 MB 3,642 8
879,514 879,514 00000000000000000001b438f6a0052c1643faca8f52cad41f7bc689513d5703 1.64 MB 3,473 7
879,513 879,513 00000000000000000001684c68ce0a0195206adac5e13056b1b9e4f6d8910c5a 1.52 MB 2,759 5
879,512 879,512 0000000000000000000179ae45477f5debf325fdf5ab2ecbdc7a007522e772e8 1.71 MB 2,678 5
879,511 879,511 00000000000000000001f25ce2a3ca71a1ceb96a1cd20067760643b809aec40e 1.62 MB 3,899 7
879,510 879,510 0000000000000000000002f57a34a716a28ca280facfb8b7fbc436a7ca6d8c37 1.63 MB 3,494 9
879,509 879,509 000000000000000000021196bc3f2332a52308cd0b8f6306e7ed30f3843597ff 1.58 MB 3,447 11
879,508 879,508 00000000000000000001953737a651eebc1b9df4c19815029ac16fb3203297b3 1.62 MB 3,779 9
879,507 879,507 00000000000000000002126c977990d72494aa2540044ec5dcd71582abb5fa13 1.65 MB 3,690 6
879,506 879,506 000000000000000000012b31967d93a60064c793cb4cedd220fac3e65182d3c1 1.51 MB 721 3
879,505 879,505 0000000000000000000155ef49de98100f11409b60b996484c0ac683847948c0 1.43 MB 1,418 4
879,504 879,504 000000000000000000000b3a30d322d39d327e312399d97b2d421233140972fc 1.68 MB 2,683 5
879,503 879,503 00000000000000000001d753faedae246d6e3cf74197886c40dece6cbe43fcdf 1.59 MB 2,893 4
879,502 879,502 00000000000000000000e7228ccdc4a3f52d6e09dea5527598f7457086c1c885 1.62 MB 3,807 6
879,501 879,501 000000000000000000027e8baeb45e9a11131c784b66445de6a307646ebda4b6 1.76 MB 3,136 7
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.