Memory Pool Memory Pool Refreshing

1,617 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (814,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,015 94,015 00000000000784e86becb255951555b6a28a98fdb42f50751278aa09f4b6728a 0.00 MB 3 0
94,014 94,014 0000000000084e249431a9252eaf196ab98f3819162f7b88422b091fc08c00a7 0.00 MB 5 0
94,013 94,013 0000000000068b46ddedd59f43b7c038bb3a1484b248e0476935a4afa28dbc97 0.00 MB 2 0
94,012 94,012 0000000000035051f2ab3c5f6cf5a6c615577c86ed1d6ea7f54c1a618001ee15 0.00 MB 8 0
94,011 94,011 00000000000377e0c5cf91b20d0b0cff10985f799b4bfc5270787ff7ae05e63c 0.00 MB 1 0
94,010 94,010 00000000000079859d9d43664cb7d721bbdce7abfec2c1e95d790a0b91512107 0.00 MB 1 0
94,009 94,009 00000000000974a56fc522c678b8a1a9b85fbff87028fae208e03bbe2274bc52 0.00 MB 4 0
94,008 94,008 00000000000045d597a8151b3a8f82ff14373715cd947f55f4547b5afbb03c4c 0.00 MB 2 0
94,007 94,007 0000000000040ae688241d95d77f7a8d060083f9a2134445910938a1391537a2 0.00 MB 1 0
94,006 94,006 0000000000043f34a437f445931d8b1a26b54d3cdc46bc2786e18b4d12232f41 0.00 MB 2 0
94,005 94,005 0000000000084ba97140cf20d1439e74753b3e5b834aafbdcd42f689715fe120 0.00 MB 6 0
94,004 94,004 00000000000271a08861753ca34d102461c740eef4435a143e1b5497f5116517 0.00 MB 5 0
94,003 94,003 000000000001c7092ae1f79e8efa0e070e938a0acd5b7d808d1ba20b45be9c21 0.00 MB 2 0
94,002 94,002 00000000000857b97b7f9f766d68a47c58e63b45135914edb81f693507f0a875 0.00 MB 5 0
94,001 94,001 00000000000271be2d9430a96ce054a55d6e7ea93970faf2dc256fc24f42a0fb 0.02 MB 6 0
94,000 94,000 000000000002a4c42580d51f0ddfd867eaaa790781c484c633a69167d17b48ec 0.00 MB 2 0
93,999 93,999 0000000000053d236fc883abb08bf54b280458408565817e54bde42ae7644715 0.00 MB 5 0
93,998 93,998 0000000000064c6550f280ca5047bb4d81edc7424e6b2b24c0345b4bba19768a 0.01 MB 5 0
93,997 93,997 0000000000077779a4b4450154a560c24d459944a2563a054317c0cf9067c053 0.00 MB 4 0
93,996 93,996 0000000000040dd2133355594629937bb3474e25ac8ec8ce3ac6b6145721903c 0.00 MB 3 0
93,995 93,995 000000000001e4d8e6d77f2cac67bd18ee1cb802dd221c961244100a4ad3548d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.