Memory Pool Memory Pool Refreshing

8,286 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (7,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,628 900,628 00000000000000000002138689ed36761de661aec86ef569a7c88a5269f82af5 1.61 MB 3,793 5
900,627 900,627 00000000000000000001af28926dbfb65b4778250fae7898a5f4cb9fa5f50839 1.58 MB 3,464 1
900,626 900,626 00000000000000000000af1151fbdd08fd9726d64fa08aa8e98eba58a694239e 1.56 MB 3,988 2
900,625 900,625 0000000000000000000193b9bc2088e3e24228db375dc64c3b82da782bbfb9d6 1.30 MB 2,139 1
900,624 900,624 0000000000000000000081fcfb7a33b66c99f962e3af23829a3818eaf144df19 1.69 MB 4,860 1
900,623 900,623 00000000000000000001975fb87bcc7f1be051ec742d66d181ccb4c4e6725360 1.54 MB 2,656 3
900,622 900,622 000000000000000000011eeccf0fe72b79b140b010c4d0bec9ede5044466fcc3 1.45 MB 5,059 1
900,621 900,621 00000000000000000000c5c961c801fc784ba236ac309f1996c76373b02a4037 1.22 MB 1,359 2
900,620 900,620 0000000000000000000032644d8b5b41cfbe508fa7ef677a217e0da8a7531f19 1.51 MB 3,241 4
900,619 900,619 00000000000000000000e2fbe31fbcbd63966b441681313545ed4dbf128e9641 1.56 MB 3,261 2
900,618 900,618 000000000000000000019c43f4de270bd67d2e2bd27b7329f78bd987677aa4d7 1.58 MB 3,612 8
900,617 900,617 00000000000000000001ff05d1b53e5426b23d3c4a49909c6211480890629f9f 1.57 MB 2,659 3
900,616 900,616 00000000000000000001b9a25e9cd8c9e53465cd614680c20d78321149dd5f8d 1.58 MB 2,381 1
900,615 900,615 000000000000000000016edbc1dc1dba41af7febfc30d6eb70ad8c2ee71e9dad 1.63 MB 4,435 1
900,614 900,614 00000000000000000001bd5a3e915b5ef9d14f7ff7cf877fa30bad496be02c70 1.41 MB 5,336 1
900,613 900,613 00000000000000000000a19192d2b45942b04110487f37f60aa02697e2c6e09d 1.26 MB 1,443 2
900,612 900,612 00000000000000000001ddce6d669ef5146207149f3c3892d72e2487e2bfe08c 1.34 MB 2,087 3
900,611 900,611 00000000000000000000d1436fc26bcfe2fcc02650fb46bd27b522b77eee4161 1.56 MB 3,774 14
900,610 900,610 0000000000000000000202d5bee8c8c99a0f76a25a8c71a1d8b41fab93223cf0 1.43 MB 2,356 3
900,609 900,609 00000000000000000001815a347350ea207d0aa0611253cf9378b081f18e34e6 1.57 MB 3,032 4
900,608 900,608 00000000000000000000f5885e9f2e35b93689057379f284730a39c02f2ebba2 1.28 MB 1,250 2
Previous 10 blocks ↓
Total Size: 769.04 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.09 GB sent, 93.10 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.