Memory Pool Memory Pool Refreshing

1,672 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (291,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,617 616,617 00000000000000000007d358fd57515b84d9c6d152dbaa7aab951305ba7716c7 0.38 MB 822 5
616,616 616,616 00000000000000000004d4c0e511a679dae43875e123a039ce029d59d83ddaa6 1.27 MB 2,824 20
616,615 616,615 000000000000000000022110d2e1a427691f2c452deb8bd25c836041ceadcdab 0.64 MB 1,603 15
616,614 616,614 00000000000000000007b665217c339541f29178cee3d311fd3bb95bf42a9584 0.17 MB 464 19
616,613 616,613 00000000000000000002f5360839c6a1c31b136e5a3d11483df3b3d9fa2ce1f0 0.71 MB 1,091 8
616,612 616,612 0000000000000000001099ac77e9282c5d0949c1ac5f57ad8fb456b98cca0f9d 1.31 MB 3,401 16
616,611 616,611 000000000000000000030db4c86240c50ed2182156c4a40d7a24e7742fb044da 1.29 MB 3,789 5
616,610 616,610 0000000000000000000148a1b8d62290d25385535910254224a8ba14bd927dd2 1.20 MB 2,566 16
616,609 616,609 0000000000000000000c83406cd0711d86c34b04a5513941f8334596e295bc4b 1.32 MB 3,043 26
616,608 616,608 0000000000000000000a658b66310edfcea079cb0ba9aac0fc03a01f0ac7fa1e 1.21 MB 2,977 12
616,607 616,607 000000000000000000066920214f815343cf0a0eab81ff39e2158afc2bde2b9d 1.29 MB 2,238 19
616,606 616,606 000000000000000000084cabfb80ab04a59e0d88ced05b2505c2fabb891ce5e7 1.38 MB 2,954 28
616,605 616,605 000000000000000000026cd2d78b0bd2045e0659174833b2e712ede7d11abd83 0.83 MB 1,847 16
616,604 616,604 00000000000000000004ba89bbbf7a0cb4e767616e8930daab818b45cfedc61d 0.03 MB 76 20
616,603 616,603 0000000000000000000a7940cb4b3354e5f7f7b0ee01a29d022634a305401744 0.34 MB 798 17
616,602 616,602 0000000000000000000dc75ba5ad01d40c40defd2155dfd396de873c980c56c2 0.42 MB 803 17
616,601 616,601 0000000000000000000d3424aa5cfe4a0fa9edfb04b0ffe073c29a1159721064 1.29 MB 3,606 5
616,600 616,600 0000000000000000000e47da7303f446adbdf72a208268fbfb108349e916286c 1.32 MB 2,450 10
616,599 616,599 00000000000000000001f280d109f93a60da8bf9bef09c75cab2ee3113230086 1.32 MB 3,227 31
616,598 616,598 000000000000000000094cd82f453d7d5ab14cd335c74f3f6c5d4b9b7b4518ad 1.21 MB 2,338 8
616,597 616,597 0000000000000000000aeb7281baad23fbbdf132c6811697c7e5c18088912848 1.47 MB 2,632 22
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.