Memory Pool Memory Pool Refreshing

8,545 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,921 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (5,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,451 902,451 000000000000000000002486ad501b099835c2e92a6e65609913f0100034b47f 1.91 MB 2,101 2
902,450 902,450 0000000000000000000039e6296573e3c1212810b34468430dd97bc11c7fb3f9 1.67 MB 3,905 6
902,449 902,449 0000000000000000000191a63c2d6682579c3a4534886a196dd7cb29150afc96 1.70 MB 3,425 6
902,448 902,448 00000000000000000000defb5338ba58a21830c47c6d246f6409b53fe0c5cf59 1.64 MB 3,784 5
902,447 902,447 0000000000000000000206a2d02eb49cd728a96b25c89992f10267878b1b5c91 1.60 MB 4,129 7
902,446 902,446 000000000000000000008c9c8d84b71e81328a2bf41538f51827cbdf96633fcd 1.56 MB 3,788 10
902,445 902,445 00000000000000000000cc5cb54eb0f4b2b8440733dd3960724de56ccbba372c 1.73 MB 2,922 4
902,444 902,444 00000000000000000000cf6f7033fe5be18c94291d39a50a784e657c551fecb1 1.69 MB 3,206 5
902,443 902,443 00000000000000000001d11e684d31493eae806defe9789a962411dc5e188574 1.68 MB 4,350 4
902,442 902,442 0000000000000000000082bf9df2ae786adb2cba1a9b6102b452fc6427eb0382 1.38 MB 2,009 4
902,441 902,441 00000000000000000001d746d507ae4d0b6d36ccfd1af822911f7ad5e07eabb0 1.67 MB 3,823 6
902,440 902,440 000000000000000000006c4d1f447253c96023a2036f820f57cecb004d372675 1.63 MB 3,677 7
902,439 902,439 00000000000000000000cdc4fd3ff7bcdd9797aaf644431e0b575049d9b0d9f1 1.67 MB 2,678 12
902,438 902,438 0000000000000000000026d7ac5da5cd29c1c1866e9acef0f055371a5b5c0cdd 1.58 MB 2,920 11
902,437 902,437 00000000000000000000fc2b73cd118be13edbc8be9c77de28fec2df6e2133c3 1.62 MB 3,576 9
902,436 902,436 00000000000000000000540d8a4dcf0b438f94eb8a2d2bd5462be7f9640940a4 1.69 MB 3,144 7
902,435 902,435 00000000000000000001bead36b8085d504322dbf3e27747f6b15fd2bb688f77 1.43 MB 1,992 3
902,434 902,434 00000000000000000000246d81427b91fface6ea3a5ac9919e78a9f258d06f8a 1.51 MB 2,899 4
902,433 902,433 00000000000000000000642a4f52af8fa4c889021b8fd3bc0733300fbc512590 1.61 MB 1,928 3
902,432 902,432 000000000000000000018277efa8fbf2e291499d85df005324192a99bc22a666 1.54 MB 3,435 6
902,431 902,431 00000000000000000001b33f52fcfe44dab2cbbbb160474a129faedd3e6e92b0 1.64 MB 2,860 8
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.