Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (595,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,318 312,318 000000000000000029bb1092d741c4e0ddd02edf6dbab573ed7e75b8a369bd06 0.18 MB 287 21
312,317 312,317 000000000000000030bb7d93e0bbb7d0fed32f4b12de5c387fe49a9fd187531a 0.21 MB 368 20
312,316 312,316 000000000000000037e7730ee788955ce6ae6611509acd8d7eb397e4ef4e1928 0.00 MB 1 0
312,315 312,315 000000000000000008f886f992091ae71fb118bfeb3ee764fbf0c6dfa41e6f7f 0.35 MB 471 20
312,314 312,314 00000000000000001b7602121b01eb40129cd3bb85b6c1e2d213de2e7dea4ba7 0.17 MB 440 32
312,313 312,313 00000000000000001716843826ffcad064e12e2312babc59810ac270ceb88d5d 0.65 MB 502 16
312,312 312,312 00000000000000003c0fd0253b8919cb014043a34dbe5dba451e2f87116e48e0 0.75 MB 1,797 36
312,311 312,311 00000000000000001f8da88ef74e9db939ba24b511ab2e4806468bb11427a4b4 0.92 MB 1,474 24
312,310 312,310 00000000000000001fe54977820bf33e68d1602d8d7acb6764299981a39532f4 0.18 MB 512 46
312,309 312,309 00000000000000002ddec6370c654723f481bca234b1ac3f7f7fa274d9292708 0.15 MB 512 51
312,308 312,308 00000000000000001d4380a006eeed7ee9eb82f2c03931db4c046ff9264b45bf 0.07 MB 94 11
312,307 312,307 00000000000000001c661aefeccfb547d637911eac634e6a950f370944386768 0.31 MB 548 23
312,306 312,306 00000000000000000768606849f5e135950cd28a8929b9fb84cdbb3440d7fcd4 0.19 MB 401 35
312,305 312,305 0000000000000000328254573d681208951f4461926902375940786b37a591f5 0.28 MB 454 25
312,304 312,304 0000000000000000373a8bb2be22d8c44a398880ad40950136a5e5b6260d7638 0.50 MB 607 20
312,303 312,303 000000000000000028281f668de5d3eb7e0dbbad95bbf3c6745bc9ad9826db91 0.34 MB 516 26
312,302 312,302 0000000000000000363e45ba3c2250e28fcec22a49bf08d7b98a1a3a6d95e2f8 0.35 MB 688 24
312,301 312,301 00000000000000002ca642d18e60e05318c56a3d2fbdfe2eab2593c34c889402 0.63 MB 790 22
312,300 312,300 00000000000000001b2e2f10e40abaf7f091bd0b5183b053a32584e822142397 0.75 MB 1,192 28
312,299 312,299 00000000000000001c33130328f386a8945a0e801ae0dcf3620a4a95461c14a5 0.03 MB 51 6
312,298 312,298 00000000000000003878c799926c787a78bbce925bd7483deda6b9f64f6427fd 0.70 MB 980 23
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.