Memory Pool Memory Pool Refreshing

12,729 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (719,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,938 187,938 000000000000077c6a34defc61c03005f98136661611cca5ce34c1f3a68f3e91 0.17 MB 116 8,257
187,937 187,937 0000000000000320a81e381e616fc42145661d3f7f5d54a8afb2acfb607de4ae 0.08 MB 169 110
187,936 187,936 000000000000042bd8ea51725775099e6426a61fa758d35092ecbc8da90d6ad2 0.01 MB 23 72
187,935 187,935 00000000000006def9adb1bee048bdfe7429d76db30efbe95b46b3f5908e224e 0.01 MB 18 119
187,934 187,934 0000000000000574ff62d690f5613756044551feee9894b7e61f7c1a6cc4a21a 0.02 MB 45 73
187,933 187,933 000000000000087e80678e629e8df1d18a6f35e3f291c7b34010f6be82020f75 0.01 MB 22 33
187,932 187,932 00000000000001bfb0ff5fc0224c6b77938fa3959ce70155450dc75d1c8b1599 0.01 MB 35 98
187,931 187,931 000000000000027445eb9dbfec78c861ca18ce3e5b0d58ba8022e8faf84e8ec1 0.04 MB 75 415
187,930 187,930 00000000000003229a09db18ea7f6b5404d525daaa2ebea9ad6aa9054a4b3468 0.02 MB 37 339
187,929 187,929 000000000000077f7a2f4d9e70df0a41b086a0ad78917a9941c8f6c7a951673a 0.04 MB 115 120
187,928 187,928 000000000000038c11999d7882d91b4c0199a797dde13aa8225dfb5cb01ca930 0.01 MB 32 0
187,927 187,927 00000000000008e1b0e824dc6a05798d06b46cd038ad97209c3d9120d3a92637 0.06 MB 159 203
187,926 187,926 000000000000013191cb693433c4d20ba8b2fb8fa622bfe40677bd49e989fd42 0.03 MB 102 76
187,925 187,925 0000000000000426238e5a4fb54147d77f54f607f7b9e1861ecbb6d03bb3be88 0.02 MB 64 287
187,924 187,924 0000000000000028a258497ba9fc5ff7a1935e90574d57fc024f80ae3fdde8a8 0.01 MB 21 18
187,923 187,923 000000000000026fa5f453c0d5efe51c6e728beda612b78eb91adaa1d5da9117 0.03 MB 86 114
187,922 187,922 00000000000003aef5d20b3058f914ea9efe0c28b497bf7a416a6bac96aa61c0 0.05 MB 174 62
187,921 187,921 0000000000000661dba71bd6214ab4ce58450f5cc396625faf865cfd330a81f1 0.00 MB 10 317
187,920 187,920 000000000000030dbd871d22794c802ee47ab35581a92232faf38e6d748bec52 0.09 MB 187 182
187,919 187,919 000000000000007f950a00dca7da773027269dbdd578ca3807d7927ba7857617 0.07 MB 216 16
187,918 187,918 00000000000004ab49260112542ae90036011256de371b9c43afbef8a34b9345 0.13 MB 321 136
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.