Memory Pool Memory Pool Refreshing

6,567 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,716 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (12,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,093 895,093 000000000000000000015e5fb4968c0aae08340b3edd2b053b9dbfff1289a14f 0.32 MB 574 3
895,092 895,092 000000000000000000021fd850ac46c93a62ed8debb0715c9367a573c1723d35 2.30 MB 2,246 2
895,091 895,091 00000000000000000001ec106b2063b4b1fdc887a5b5b83a224ffd9dc80edf02 0.27 MB 242 2
895,090 895,090 000000000000000000006cb1c1a0674b2a3698c881838eb07b17f724a152653d 0.54 MB 580 1
895,089 895,089 000000000000000000009663619bba379126c7ec865095bf9d03b27055e2a0e5 1.57 MB 2,231 2
895,088 895,088 00000000000000000001b16e77dc63ab5da657ad496cc6be394c8ec01af31fdd 1.02 MB 1,383 2
895,087 895,087 000000000000000000003772bd157c617075fa700f49be2e478a23ba248db02c 0.07 MB 195 2
895,086 895,086 0000000000000000000158d662d2584809493803c977d62119b76cbde8f4332c 0.73 MB 1,286 2
895,085 895,085 000000000000000000011ec57f527b6550245badf65928420a468502b4244eee 1.17 MB 1,536 1
895,084 895,084 00000000000000000002241970a4fe96bf1cdc643c3d62f325ceaff8dfd7b117 1.91 MB 1,614 1
895,083 895,083 0000000000000000000014d335a0b6e57440c59802e7aa3e198a3d4ddb7ab231 1.56 MB 2,875 3
895,082 895,082 000000000000000000020e8ea47da16a16aedc2515c8d0dfa8db07c725c8e430 1.73 MB 588 1
895,081 895,081 00000000000000000000435dd64b2315ec144f37d4063da079dfd30576d3b522 1.90 MB 1,666 2
895,080 895,080 000000000000000000007d8c03043869ce89bebf559e3110405ed38b1345d356 1.56 MB 3,641 3
895,079 895,079 000000000000000000008ba0b9b1bc96e45a4004ddb9692271a88aa97c4d3383 1.71 MB 3,178 2
895,078 895,078 00000000000000000002436714ea03c102b2eef2ba06f069ede941170e4eb0af 1.69 MB 2,505 2
895,077 895,077 0000000000000000000159166c9b4af0dbbeaa37bfa302b025e2bab47f2373c1 1.65 MB 3,199 3
895,076 895,076 000000000000000000014019615b556dd7d4ac4b2ed34ff19103711169c5f3e7 1.59 MB 3,958 9
895,075 895,075 000000000000000000014954a22676cce4a3a567af78bd5ae47e6b71923f3af9 1.49 MB 1,928 2
895,074 895,074 000000000000000000002f2059c0c3fc4e75c1a9f9285755977fd670a5162e84 1.75 MB 3,625 2
895,073 895,073 00000000000000000001c82784f64f139c0aaffeebfb36a3ea894fbb67924fd7 1.54 MB 3,583 4
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.59 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.