Memory Pool Memory Pool Refreshing

7,638 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
899,752 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 4,024 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,751 (3,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,845 895,845 00000000000000000000ef921d56b901fe7f31eb5678b02ea80e406fd4e217fd 1.38 MB 1,995 3
895,844 895,844 0000000000000000000056861a623ea1442c6a0695d3ea2902b4dc9c6342a3ef 1.69 MB 1,756 3
895,843 895,843 0000000000000000000168acbbf7069f1909edd20ff3064527ecf8e1b666bfa3 1.65 MB 2,427 4
895,842 895,842 00000000000000000001d6292cb5324326e9b8a36443c34f6d15780d4b2ebdf3 1.65 MB 2,747 4
895,841 895,841 000000000000000000024b5cd872bdc29b0d97a33f71bce4b253d0d4c71ef29f 1.71 MB 3,578 6
895,840 895,840 000000000000000000003f72adb63a019242a8d42046d01648796b96e73083f5 1.76 MB 3,062 3
895,839 895,839 00000000000000000002543ac0a6bbcb535ed1a0c93ab999052c518d1103eac0 1.55 MB 3,713 6
895,838 895,838 00000000000000000002530e56761c780348c6c8cb4145e4b4419072a31f38e1 1.62 MB 2,600 4
895,837 895,837 00000000000000000000b6cb44a6253ebe9bc66a609c792e07621e76aa04973a 1.61 MB 3,799 6
895,836 895,836 00000000000000000001fdf947388544c8e61bdb75fe8a8478c8b0ea523ac976 1.59 MB 3,818 6
895,835 895,835 000000000000000000014e909be2960cbbf066cf722b33726b0d986385ed5d7f 1.57 MB 1,814 2
895,834 895,834 0000000000000000000180ae900904a6aac19295a323bb67a61b367b00f0a0f1 1.57 MB 2,315 3
895,833 895,833 00000000000000000001abfbfe2fac33af4706c3e237446894308586e3ea5f5a 1.56 MB 2,237 4
895,832 895,832 00000000000000000000b365f33d5faf0364ff3fc0d1e1541292b84b1a65c3cd 1.57 MB 3,199 5
895,831 895,831 000000000000000000003bb4cbe0b8f97647d7b1601532e246f76195c0122db9 1.84 MB 2,008 1
895,830 895,830 00000000000000000001f9c59af31c79c5aecfb8c9d1a5ee2c449903d5caffed 1.64 MB 3,435 3
895,829 895,829 00000000000000000000c68b4fa7efd8945f7df8f18f11cc0e0e5d1167ba060a 1.60 MB 3,117 2
895,828 895,828 0000000000000000000059d2afd64be1c698c096bd9015c47552570ce6490c4d 1.72 MB 2,614 2
895,827 895,827 000000000000000000016b0803eb331fdf7cb473a90b4cfae0a9bb537c746a7c 1.73 MB 4,522 4
895,826 895,826 00000000000000000001f6c17a7825518cc86a931e4255666bf6bbc85afb4a99 1.74 MB 4,342 5
895,825 895,825 0000000000000000000058d895ad73673159ffd7fb42688d405cdd0f5daf2548 1.75 MB 3,382 3
Previous 10 blocks ↓
Total Size: 755.56 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: 529.67 GB sent, 26.26 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.