Memory Pool Memory Pool Refreshing

12,289 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (769,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,656 138,656 0000000000000619f3970c7f3f0392324f73e4b51dec1b4a7b0f1102f52b40ca 0.01 MB 26 166
138,655 138,655 000000000000031a200d234068c0683ce081ea6c7292d111848fb84f55fc5f12 0.01 MB 11 72
138,654 138,654 00000000000008bd815eb681b4301f72bcb2e390cf3b0472bcfa9eb2654f0441 0.05 MB 25 50
138,653 138,653 00000000000001dc6b0422441ccbed0ee87dc0b5bb15bdeaf0895a889e5232e4 0.03 MB 90 2,054
138,652 138,652 00000000000001b70d54252b9abb53134c95e3eb68067659628ab66c3906a4ee 0.01 MB 19 188
138,651 138,651 0000000000000845508009aa041d0201fc3d98f18f1e07edb3c1a9072f0c8fb7 0.01 MB 14 163
138,650 138,650 00000000000002077c5d2921449b55175d5f8ccc9f85a99c2f575840132b7c71 0.00 MB 3 0
138,649 138,649 0000000000000912a09d4291e5b508fff57f412c6f493a823a2ab13b9e87e445 0.01 MB 17 51
138,648 138,648 0000000000000865e748dbfb64fa59c2d5130a578b5e18b7cc4009d209e69a12 0.01 MB 16 107
138,647 138,647 00000000000001fd2e35215c7ed21d1bcc18920ef9a3458df2d7eac92214dfcc 0.00 MB 9 160
138,646 138,646 00000000000000aa1259fefd3eb43a32997846045118bea97f0a2205c3f56144 0.05 MB 168 52
138,645 138,645 0000000000000665f4d27b0f21d6b7567715a27bda3da60fb17ab38127062126 0.01 MB 20 118
138,644 138,644 00000000000002e1cc09b16e9ef7caf07ac52ee679a29b132e8950f6ca8ecc6b 0.00 MB 2 193
138,643 138,643 000000000000053dab4ae018584b7838d4ba7913856e22acef56d37585306907 0.01 MB 20 156
138,642 138,642 00000000000006d80e87f381558950979aaeb0183b31a4045944d4109264a947 0.06 MB 155 192
138,641 138,641 000000000000082a6635d024f3914d9b6cb277604727e1e89157ef572c0fad8f 0.02 MB 35 34
138,640 138,640 000000000000030c87d18d2b2ddbcf2b990cb27d6bb4ed11a57cc21c0eac7c58 0.01 MB 36 999
138,639 138,639 000000000000040e8334ec936ecc35dda8ace811d9f48ee1bbf89043ce339ab2 0.02 MB 21 459
138,638 138,638 0000000000000810f4cc815675e368de0ac9f075a04ce3617e2b78eeb2b92d45 0.01 MB 8 155
138,637 138,637 000000000000000d22ee5f8e875de1e5f6dad8e6a128e06ce8e85b247896c1af 0.00 MB 13 915
138,636 138,636 00000000000002e205a45f352dec1c58160e7d0af48d47a19ab190accbd635b8 0.01 MB 16 62
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.