Memory Pool Memory Pool Refreshing

4,188 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (612,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,623 295,623 000000000000000093ff5f66df68d482033c25bb93a58b7cb57602aa2d0de814 0.19 MB 317 33
295,622 295,622 00000000000000008f74c8058475411fa4fece66d0614036ac75c20e2a49962d 0.12 MB 227 29
295,621 295,621 00000000000000009cd077265a7c571dcbaf8e55f7b7173939be90c0f8dfe0eb 0.09 MB 128 31
295,620 295,620 0000000000000000a4936315c487f0ccd6947d5ba224c10120741be5dee8123b 0.08 MB 210 52
295,619 295,619 0000000000000000676838fc159788af7009d3f6b408731e02ff7f33806195b9 0.15 MB 315 27
295,618 295,618 000000000000000067ebdc7cbd5d580c5176ffe04b8e4fd6ab8b2921a30a2366 0.62 MB 989 28
295,617 295,617 00000000000000007f5cab5af46eac8b652ba3cf1e6c9e02045336d8350161d1 0.07 MB 128 49
295,616 295,616 000000000000000004bc84295516c6a87299592047cb550b7abb0b14e49b6eb1 0.08 MB 153 32
295,615 295,615 00000000000000000258529f315f9a90f01ea1eded05d6069ea97f31822ea837 0.19 MB 452 44
295,614 295,614 00000000000000004f0f6663c621ebb8ad47633e3da7ad71aacdacd39a8f6a99 0.17 MB 330 30
295,613 295,613 00000000000000001360c76f4ad0e2bb88430b98dc97a9fd643c976e3d7b23d9 0.12 MB 256 87
295,612 295,612 0000000000000000a41edb5a4cc02170f651f96c851bcb6244a3e678286f82f6 0.14 MB 292 32
295,611 295,611 000000000000000049bc551c260b790f2a8f89a57fa79fc09ffd24247a874b81 0.00 MB 1 0
295,610 295,610 000000000000000072f05fb5de60115f605bdd2b1fad2c8b28a80538c268e6cc 0.14 MB 336 39
295,609 295,609 000000000000000092c34ff87b6d8bfe49a48efbcc06a166f2669833418865f1 0.14 MB 166 19
295,608 295,608 000000000000000066eeefa5a2acf00d9ed6dd93b04a57f8a2b0cccf8081ab20 0.10 MB 256 42
295,607 295,607 00000000000000007f6a46b9dfc678dedd0b3ec4ccc92b963cbe44a98cbb4761 0.03 MB 64 32
295,606 295,606 000000000000000017a98c36a39068d1566a43d1ba1944444ebadf9ac61e1df1 0.02 MB 50 30
295,605 295,605 0000000000000000567b324818cea0bf3d1c9843186099ef69219e8fe8a734a8 0.03 MB 83 30
295,604 295,604 0000000000000000044836c8c00785fe3603088e7a37ddcafef013dbab6952f1 0.31 MB 576 32
295,603 295,603 000000000000000030bd683bb3e84160cd3493f94e6646d1c2e73f9e9f867fce 0.01 MB 32 57
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.