Memory Pool Memory Pool Refreshing

355 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 352 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (24,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,845 882,845 00000000000000000001780be2391b3d5573f4a061a6722d2721038dcbf7ce86 2.15 MB 248 1
882,844 882,844 00000000000000000000a8fddbaf4070c24ba7398794fa22aebb2b3bbeffdf09 1.95 MB 1,015 1
882,843 882,843 000000000000000000004112df970ef89dec60c2f0229512189889c4a8c5bd01 1.74 MB 1,614 2
882,842 882,842 000000000000000000003f299c620732440333a28f6dcaca5d17ce35303383fc 1.96 MB 1,991 1
882,841 882,841 000000000000000000018aa91fc20d9927f0b359609cf942effbe010f37c056b 1.67 MB 3,451 3
882,840 882,840 000000000000000000005398afbb6f85b5eb2c487738a3cf7d1ee5df2ea3f61e 2.00 MB 1,994 1
882,839 882,839 00000000000000000000506e2cc4ed801336f6c4c8ad41f7ccdf2d5c0dd159e3 1.72 MB 3,124 1
882,838 882,838 00000000000000000001754ca99959196192a06bccd2805702b002ebbf3384dc 1.80 MB 4,321 2
882,837 882,837 00000000000000000000360e0d06e6332b7570e5d0380137f8fed6833ce92c7f 1.76 MB 3,764 2
882,836 882,836 00000000000000000000c4358a1bc770a11907d4b8396ece2af9175eff2d781f 1.71 MB 4,138 4
882,835 882,835 00000000000000000000deb2234cb6bd3d501c3fddcd86e3464d53286a7f42ff 1.70 MB 4,002 3
882,834 882,834 0000000000000000000188795671e363c4098eaddc40cab135f2b99d0facb856 1.70 MB 4,447 4
882,833 882,833 00000000000000000002979c20ff6aa241339d02ba9f79d1fd14e579a7106817 1.69 MB 4,069 3
882,832 882,832 00000000000000000000a4f33bc2a87c2a442dd2f1e5c12a38a06af6085afe50 1.73 MB 4,254 2
882,831 882,831 00000000000000000000316ae810690fca0eff1ac7aa2148c7f8c26727af384a 1.65 MB 3,275 6
882,830 882,830 00000000000000000001548d86939db474674fba24d3350e7c59d13f9eb27f63 2.10 MB 1,546 1
882,829 882,829 00000000000000000001a8c1d740c958e7b9e36fd0a3107ad64570769ec1b58b 1.84 MB 2,631 2
882,828 882,828 000000000000000000021d21664a5c51990d3b0434a869c0bc237a418a1b4bd3 1.94 MB 2,127 2
882,827 882,827 000000000000000000028e9af225a10059d54fc84f3627f0b5468f65accf0bbf 1.68 MB 2,462 2
882,826 882,826 0000000000000000000063885a4031d17780ad16013a88e1cdff8001f34a071f 1.88 MB 1,350 1
882,825 882,825 00000000000000000000940e7a741d99c3faf8516d0e735e4510762965c0b879 1.75 MB 4,012 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.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.