Memory Pool Memory Pool Refreshing

16,212 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (579,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,317 328,317 00000000000000000f15fec73f2a5d37ac81a1b7f16f4a64fada081f4523886a 0.75 MB 1,963 37
328,316 328,316 0000000000000000173663b63dc20500ad6bfc507ad96abfd74068e1a687dd0d 0.83 MB 417 14
328,315 328,315 00000000000000000c3d9de409566b2c1295f96a77a842e58158db3dabf6238b 0.28 MB 416 22
328,314 328,314 00000000000000000c33703da9e93979cbe810208de46079e79bcf2eb2e504e2 0.90 MB 810 18
328,313 328,313 00000000000000000505517191c5e3e283f7d64ffb2b88792170ee68cb7787c0 0.18 MB 312 25
328,312 328,312 00000000000000000d3516c7a01b5e885865080285e98e8e79acecee75abae2e 0.24 MB 424 26
328,311 328,311 00000000000000000be72cb5118d84fa5ebfdc85b829a6aa53292a2ea21a675c 0.07 MB 138 25
328,310 328,310 000000000000000012503cc78a4c1f21e7b069fb9a27e5a453251fb30095f02e 0.10 MB 132 11
328,309 328,309 00000000000000001c64ff9eb9f9a98f17e5785d6d0ee87432f1252ad77d7e6c 0.22 MB 301 26
328,308 328,308 0000000000000000112bbe85ce3cc2422499a9fefc195d0bf2a241630e518542 0.39 MB 768 28
328,307 328,307 00000000000000001a074c83bf85a6198a145be513636f2270d18c58b8d0de04 0.21 MB 447 26
328,306 328,306 0000000000000000020e17522e4c4715705657f01a74cf3cd18ff627a5fec7bc 0.59 MB 1,069 26
328,305 328,305 0000000000000000181b3e193f81f0c66f09062851b30bcbc9b0afc1324cb1be 0.59 MB 596 19
328,304 328,304 00000000000000000422d76c0e2bbe9292c2d1bcf1ef33e03fc12b397034dee2 0.75 MB 1,428 26
328,303 328,303 00000000000000000df03dfb61ddbbd70f10ec9365ff8c7019f0a297cc117062 1.00 MB 1,914 30
328,302 328,302 000000000000000016d2f4711b1df4d032c9e5e709bd4e43ba10a3625c177586 0.75 MB 1,855 31
328,301 328,301 0000000000000000101f78e2755ec6e3b767c0c27bc074931a6b59e8cdc12008 0.02 MB 48 34
328,300 328,300 000000000000000002a34f2ce1a2e1e5bdb748a7eef2316d7e7d7d0fd0365897 0.15 MB 264 29
328,299 328,299 000000000000000017778fd1bed81aaf8c594d39e21910c90bfa79d3aef96df8 0.11 MB 246 42
328,298 328,298 000000000000000004cfbf2f4025644a8d6811039fb233ca76b8a51a309f8cf2 0.02 MB 45 28
328,297 328,297 000000000000000007c14e1787c7ef26931ea234834a591e1d16a117938065ae 0.29 MB 599 29
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.