Memory Pool Memory Pool Refreshing

5,486 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,213 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (179,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,326 728,326 00000000000000000005daa79167dc842dff590101b02a3d2c5ea606dd8a94c7 1.47 MB 2,285 6
728,325 728,325 0000000000000000000306479880dc14e956ec9c444e61fc61a6e59c3aeb1f2e 1.58 MB 2,332 16
728,324 728,324 00000000000000000008a7905c653af67491740bdd9760cb74d1bb7c7ae13905 0.33 MB 273 4
728,323 728,323 000000000000000000012b5d21f416ebd93790157a50a176413d34db6055e3e6 0.75 MB 936 6
728,322 728,322 0000000000000000000937fc89a36845a8b728f807a2b7a3eda55dff8947551d 1.58 MB 976 4
728,321 728,321 00000000000000000000bf2dfa9eb81fce8c70fe8f2eaee79b40516b6bacf5ce 1.43 MB 1,793 1
728,320 728,320 00000000000000000004a22af7689a9b2028b94459644616ba0cb02f15347a9c 1.32 MB 2,113 3
728,319 728,319 000000000000000000013ba96153e93e98c14b29e7f22e2963932bbfd854b5e1 1.28 MB 1,277 12
728,318 728,318 0000000000000000000346fa5718123c5ac3355e9976725e927dadd121654629 1.16 MB 609 12
728,317 728,317 0000000000000000000464d9d71b0ce0c7a8f53c97e31823c353c88aa7f7f387 0.41 MB 308 4
728,316 728,316 000000000000000000043beea1dd6a748e73df040711c8665b063e31d1354460 0.59 MB 718 5
728,315 728,315 00000000000000000003546949a22368994e602b62401613fddd21c3a5f2e35e 0.44 MB 634 7
728,314 728,314 000000000000000000066e7754f8b7d47ed82e0c15ea350a5d400fe07f5c2967 1.16 MB 1,734 6
728,313 728,313 0000000000000000000519a36f6e27f78bbbbaf94a17dad87828ec5c14239c57 1.32 MB 1,398 6
728,312 728,312 000000000000000000052583abebdf40fc74e220a4b6afefb10447859f4eb22d 0.43 MB 667 7
728,311 728,311 00000000000000000002c978341515611d27486097a5147ba80e8f749862c634 0.58 MB 816 7
728,310 728,310 00000000000000000009549bc584ca5bbad93ef51aed7bb6169b21a4f64517ff 0.18 MB 287 6
728,309 728,309 00000000000000000005b386740fd7ba40d491b8fd30804a1a64901c7d419335 0.51 MB 648 6
728,308 728,308 0000000000000000000742c9d09c8e58d2377a861127447d5b1ee8e177ee7020 0.44 MB 637 7
728,307 728,307 0000000000000000000614d8899ba24297ec61f350be42f7d7dd61709b93ea38 0.72 MB 1,004 5
728,306 728,306 000000000000000000071039b857e3e6ad14f8b10715f0709174bc45d2f9bbe8 1.17 MB 1,124 5
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.