Memory Pool Memory Pool Refreshing

1,419 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (393,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,565 514,565 00000000000000000014199735ebf4dd554d247f86849afeac97461645142e51 0.42 MB 1,041 37
514,564 514,564 00000000000000000003d6170a8c1c00179f927d1070c7d815be3cfe65f63286 1.09 MB 2,126 34
514,563 514,563 0000000000000000004a9544fed91bc7880b71e8ce8f21557aa1f16593f31dde 1.12 MB 1,763 15
514,562 514,562 000000000000000000438a561aebc373586f5d37d5284ca89b60cf90cf38059b 1.13 MB 2,876 28
514,561 514,561 000000000000000000000f5c3cc327d83a7b30be61bacb93bc82df7ebdbe841c 0.26 MB 625 81
514,560 514,560 0000000000000000001524c05012ba1d1e453d3ccc68646b182d9f49d9eef545 1.14 MB 2,814 36
514,559 514,559 00000000000000000001d0d90b3a4916f79902a5d997e24ebd766ff4a963a3b6 1.13 MB 2,434 61
514,558 514,558 0000000000000000003ebdd1d9d662b3026c2a7523493a2d99dadd06b9c305c6 1.16 MB 2,500 39
514,557 514,557 0000000000000000003b4e0aa302d732142f02efc8859006d148e663c72633be 1.13 MB 2,208 25
514,556 514,556 00000000000000000047a9e8aae6e5912f7879524c26e345630842bd3e15c022 1.15 MB 2,458 17
514,555 514,555 0000000000000000004b1d289910bc418449adb88d4eb41b7427a9753214f8b2 1.11 MB 2,726 58
514,554 514,554 000000000000000000454f9bb76aac16f6e6af00741b4abb4e21f304682cf954 1.17 MB 1,970 25
514,553 514,553 00000000000000000041e5964797459be5bb1db0a64a2a9cf955adc29408075b 1.11 MB 2,205 29
514,552 514,552 00000000000000000041411783bbd1b9ce63fd507474e4590a2a810416affe3d 1.04 MB 1,089 18
514,551 514,551 00000000000000000002c90b35d9d6e20a725a0288d081c7fba84185ea29c081 1.07 MB 1,794 34
514,550 514,550 0000000000000000001fd81d3db3e022f52847b9f79250c3bf462ac7435774bc 1.10 MB 2,354 6
514,549 514,549 00000000000000000044054b353a190516a5c9dd759c09bb22b032394c5f9c49 1.24 MB 3,590 20
514,548 514,548 00000000000000000048a87df2d6669f4a7203826eb2d58ee6a27a61caaeef46 1.11 MB 2,095 125
514,547 514,547 0000000000000000002bace7f916a1f991703649b19e8c37093b9d5a441b0e72 1.12 MB 1,688 20
514,546 514,546 00000000000000000032df5b34708e63e547290c8afd712db5d80209cfcfdad0 1.12 MB 2,157 22
514,545 514,545 0000000000000000004061d776fb8fa35c3140a3e6e9ac51879a6b13f9ac4eff 1.12 MB 2,397 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.