Memory Pool Memory Pool Refreshing

6,176 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (628,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,823 279,823 0000000000000001a7f6ba17896d3c0694a854c97c477ddb219f2b77f7218bc2 0.29 MB 637 43
279,822 279,822 00000000000000028769f025ab49b31b8c78dc95224fb04f603e5943e8470096 0.01 MB 31 29
279,821 279,821 00000000000000023be20eb446dfcbe6c3888d788de02034cfe81a6fca9912ae 0.10 MB 151 8
279,820 279,820 0000000000000000138648748cbb5c224941e069017b2d312a45eec8d9b53bc0 0.11 MB 34 14
279,819 279,819 00000000000000011aefe6524198e022ad48637e0a89de23aacf71ebb5ff0bc8 0.18 MB 387 37
279,818 279,818 0000000000000001f06ceaa7f2624839d6031911291dac68bacc568574bf9d66 0.18 MB 307 49
279,817 279,817 00000000000000012f662264f0ede0615050b5af36ff4e9cd35fbd055419d581 0.02 MB 13 12
279,816 279,816 0000000000000001e870a0ae8fa00a28b29836dca8a58c9afc9ba0645ea1bace 0.03 MB 50 21
279,815 279,815 00000000000000022cfa3cd215b04b7e52684b9dacd91b46ad17f5c60dbdb80b 0.05 MB 78 18
279,814 279,814 0000000000000000c6c845f3db07bafd11e40126aa1cd7c4eae71eeca81683f7 0.48 MB 613 26
279,813 279,813 0000000000000000d4ef91365773f85f21585ed8bb94a37b0fad99e4df316fa4 0.03 MB 79 199
279,812 279,812 00000000000000022a03d96216f250a03aecef21ac89d67a55367dc29789a85f 0.19 MB 247 20
279,811 279,811 0000000000000002dbab83e2c1f0fdeb33ec8229657d044227ebba8ccb2c94fa 0.25 MB 639 67
279,810 279,810 0000000000000001baea1dc1128b034565bbd25484a59baa82dee9b9db1d5a4b 0.05 MB 107 43
279,809 279,809 000000000000000213222fc0d329bed992f2f9d4eeea91e1d1abccd90415e048 0.10 MB 162 24
279,808 279,808 00000000000000008ea9f8ba77c2825f8fce889fb37660cb4fd923a5cfe03a0f 0.03 MB 99 55
279,807 279,807 0000000000000001da572bdc1d55dc3a64b80b443e90b5bab4cd582967573f5d 0.05 MB 80 31
279,806 279,806 0000000000000001c50919862b0c2b8dc415536cf20f61ccdc6f355c2ecdb47a 0.16 MB 266 27
279,805 279,805 000000000000000063462a85a125ba8b4188c3df7424158ee23a86dc1c53b5d6 0.25 MB 671 42
279,804 279,804 00000000000000019cedf4c272a7d6018ca202cdb84d9f4bd00672ea63028550 0.03 MB 79 56
279,803 279,803 0000000000000001d14bcc09f66849b361be9a0b3e8c7ec13a602e44968002c1 0.03 MB 59 141
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.