Memory Pool Memory Pool Refreshing

2,842 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.78 vMB 2,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (3,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,436 904,436 00000000000000000000d625ce561d6762c116dbd303a145229ca427bc286f00 1.64 MB 2,914 2
904,435 904,435 000000000000000000013db49bd3598c47d8a917b83168e5921acfbedd6b92d1 1.33 MB 1,835 1
904,434 904,434 00000000000000000000ebb3b26dc99b220338bb069837a4de72d8ac2ca98e3c 1.63 MB 3,297 5
904,433 904,433 00000000000000000000854c13455ba98b2b086495ad80a713b89d2152d16902 0.80 MB 1,466 2
904,432 904,432 00000000000000000000ca23a616b3284782774e170111811f7ec9be63643f7c 0.59 MB 1,101 3
904,431 904,431 00000000000000000001b357b55f3b91a2016fdcddb0f8df62ffd89d265832b9 1.67 MB 2,688 1
904,430 904,430 000000000000000000005d9d392992d174655efbc8da7865b35c8ff322c28bed 1.10 MB 655 1
904,429 904,429 00000000000000000001ae0ebf1d5a62bb31ed3d2114379e2ca1126791d55107 1.23 MB 2,781 2
904,428 904,428 00000000000000000001bed544a623e18748cbafc5cad33ec67c3fd7092344da 1.51 MB 2,280 3
904,427 904,427 000000000000000000002fa581580c62481261cd7a025e3587e56c782852f115 1.30 MB 1,114 1
904,426 904,426 00000000000000000000efc11102532db1234f850e36de0905210633eabf8cea 1.64 MB 1,427 2
904,425 904,425 00000000000000000000f441cab51361f10fbfd3b5fe472da52b05f80c74e8c2 1.43 MB 1,611 1
904,424 904,424 00000000000000000000fe4192a5820987dcc3feec450dc2c364d3427cb96334 1.22 MB 1,275 2
904,423 904,423 000000000000000000008a713f4f71f29498f54fcee207a84361bdd28337c388 1.54 MB 3,330 4
904,422 904,422 000000000000000000021490261a7200f77b19b24b8959f57f8768efe3ae72c7 1.56 MB 3,167 4
904,421 904,421 000000000000000000022e160665dd6c487b91e533aa36623a81555566928eb8 1.33 MB 2,114 4
904,420 904,420 0000000000000000000022b7f0dbee3acc05ce06f4486d5fa8b7c081f51eaf0b 0.92 MB 1,308 2
904,419 904,419 0000000000000000000197f5afffd6a973b530fd178c471f55471ca10a7c0740 0.85 MB 1,068 2
904,418 904,418 000000000000000000022c64ca479d28a4d6e52b464a24f899e81bc3c9318753 1.44 MB 1,771 2
904,417 904,417 00000000000000000000061e35c7d53e5f933ebe7dfd85da4f729df683a1e298 1.26 MB 1,665 2
904,416 904,416 00000000000000000000c7543d71163ceed8864e86fb65025308a73e850e3539 1.07 MB 1,763 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.