Memory Pool Memory Pool Refreshing

3,297 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (825,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,208 83,208 000000000017819a51b5ecd73219c5ad7db8498210b4869f3c5132f46e6481c9 0.00 MB 2 0
83,207 83,207 00000000000e5e5bf653912e11e1d9617018f06336f9db17ca6e4dcf101c584e 0.00 MB 1 0
83,206 83,206 000000000015f81327a892b9d8d9cd4d0bb70dc8fd61136c356fdb7737df53dc 0.00 MB 4 0
83,205 83,205 0000000000156ada20258b0f085b5a602da3045f07855e885ff8744bb4c62669 0.00 MB 3 0
83,204 83,204 0000000000080dc3074563a2212269296c8f73f8e72d4f6467a5a8bb1f1b4497 0.00 MB 3 0
83,203 83,203 00000000001c330bc9a16c241595b3dd16dafb78da7e75067c2d776fd4de4a6f 0.00 MB 4 0
83,202 83,202 00000000001016fa9a3d328c759456029c79b6c3af146810302d1269a0371b12 0.00 MB 9 0
83,201 83,201 000000000008325894955ffced38ed67aa540e3d647ab2532a27042366f8712c 0.01 MB 2 0
83,200 83,200 00000000000f83653cf83828809664ccfa6299d1b3170398e0bd6f3784883f9b 0.00 MB 3 0
83,199 83,199 0000000000146b7f5828165a80e79d73f0daedbf5d7dd2ea866264d0f0ca7a22 0.00 MB 3 0
83,198 83,198 00000000002d011c34ac90e7a3736933c324ba4bb2c890560ec944af486d917b 0.00 MB 1 0
83,197 83,197 0000000000007c6cf6c8c46e2c9559ef1ff604f5ab1c5b8650fde14f3e3f664d 0.00 MB 2 0
83,196 83,196 00000000002cc7b13bd5e0967a54d872c137c19cda6e9293121fe695d6b01cd0 0.00 MB 8 0
83,195 83,195 000000000011096d6750ee57d2244fa24c200c0564e76bba07efae793540743c 0.00 MB 8 0
83,194 83,194 000000000026a0b3bf1691f165ed5450a472d22508977d7dfd3378a27cac2ffd 0.00 MB 5 0
83,193 83,193 00000000001f7153fcbf932b4506db574a811bdd86488f1ff685a1f06a828212 0.00 MB 1 0
83,192 83,192 000000000023e8a6b7452bd8dbc55211fe62aa7638bbdda4202796e6aa53e6b3 0.00 MB 14 0
83,191 83,191 00000000001dda90a5b35eb9a32ff88d4c713dd801c33b867b6fb8802067d342 0.00 MB 9 0
83,190 83,190 000000000018bdf5128ee5e84076397cc0ca3ce8a95dfcd7ceab9fd787b056ca 0.00 MB 11 0
83,189 83,189 00000000002b74c2065e9b8c03b5c428f210d7667b3131454f6e8a9fba5eb722 0.00 MB 3 0
83,188 83,188 00000000000d6c7d5741782a505c94544eac408f11a214d656c69d5da690eb27 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.22 GB sent, 99.51 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.