Memory Pool Memory Pool Refreshing

16,620 transactions (4.64 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,151 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,281 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,150 (836,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,462 72,462 0000000000b1a475e98cd98bf599c3b9b1aa0fd4f992a2116ba89f29c1dd988f 0.00 MB 4 0
72,461 72,461 000000000073b9b4a6dfc402c340e0d6a8b435086c74b18a048dbe40626ac9e7 0.00 MB 3 0
72,460 72,460 000000000100f004eef5774d2dacebb21fdfc72d439f73d3b4e278ab34cceb5a 0.00 MB 1 0
72,459 72,459 0000000000145dfda5eabd56e84f53e94c1d521048d17ecc23af43a257865236 0.00 MB 2 0
72,458 72,458 00000000009a47d0dba0579d535c8dd86862830605262e502d24c6fdb055f7ee 0.00 MB 1 0
72,457 72,457 0000000001052f4037ede978c016da43d9f64c7b0c59fb8635fa024d33333c37 0.00 MB 1 0
72,456 72,456 00000000005e861f89b1455ba146327a5a7132476b8cac7509ea6009865dccff 0.00 MB 1 0
72,455 72,455 0000000000c076315e2919ae896b067a1a339051e27694e27867d78fa342c0e3 0.00 MB 1 0
72,454 72,454 00000000000fb0558df61c33fe5b284d98c3114e3b3210ade18521535ca5da30 0.00 MB 1 0
72,453 72,453 0000000001082a7db923c47feab7dba6d04ea3d04d099fc0175854888163b67b 0.00 MB 1 0
72,452 72,452 0000000000c7d0ee93d8f1309deaa298d6359f788a96a9425fda76a8ae24bcc0 0.00 MB 1 0
72,451 72,451 000000000033f83af1914d94e3fb2f8f5add7c32234943155bc65266f07df6ce 0.00 MB 3 0
72,450 72,450 00000000004b4a698f22df4d339bf7cc58a4b60ace01754413af506b085f8114 0.00 MB 1 0
72,449 72,449 0000000000e08ebec85757e81631fdbd4d9350492cc362b6a10907743e304e6d 0.00 MB 1 0
72,448 72,448 000000000074b060934c4ecaa63583b30d35d2aa37f2190f83a6d4f6a1e44724 0.00 MB 1 0
72,447 72,447 00000000009b01882edd353af306968856dc67d03068a4a86acae770a67f59c2 0.00 MB 3 0
72,446 72,446 00000000008cd48da801d0f479f539ecee24ef80ee0d543d29233af3a42d9db8 0.00 MB 2 0
72,445 72,445 0000000000fd3b19f71f88dc3af55c045bcc520d77af32cba53556f7ba1667f3 0.00 MB 1 0
72,444 72,444 00000000004a359d023b5073d090d63c5e0bddbd02cf1ba4811e27f6188d08ea 0.00 MB 2 0
72,443 72,443 0000000000895964226008c95383b81b2b4f0f7cfed25b4113547076d745c8c2 0.00 MB 1 0
72,442 72,442 000000000091e6914af87dbc222c4e7493feb7b7aedfb31c878ba4c8a68a23cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,961.75 GB sent, 106.76 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.