Memory Pool Memory Pool Refreshing

316 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (296,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,956 610,956 00000000000000000002e5554e4091142d5cd7176a434ad53bb01eea8a852f9d 1.32 MB 1,823 12
610,955 610,955 00000000000000000011619952845ac588906bebad5cb8fac241cbb464a67ae9 1.41 MB 2,371 25
610,954 610,954 0000000000000000001444110b18a1d7437248baa5cbf62ceebe08a708468b3d 1.19 MB 2,803 3
610,953 610,953 00000000000000000006d80b9a6dba87620718da87c73498069592b31b8bd5fc 1.40 MB 2,513 17
610,952 610,952 00000000000000000009d2c0b8cbe25faed39816aa1df78dcbd809fa1ab6c9e1 1.49 MB 2,300 10
610,951 610,951 0000000000000000000459e35355c6c503ccddd5cd520e57a74c2c6c809c3a1c 1.52 MB 2,406 8
610,950 610,950 00000000000000000012b02fecb4edfa655d8bd27973fac766b0e18c1add0fb1 1.17 MB 977 8
610,949 610,949 00000000000000000013580bd7c949890895c3d0fc61ebacb1dcbd9836f681eb 1.33 MB 2,658 20
610,948 610,948 000000000000000000123094ec05bb83c08b8b2ee11de36d2de7272351499e39 1.25 MB 1,136 16
610,947 610,947 00000000000000000004e3b7f7caeaab02354e7addf69ab83c431dd097e81774 1.04 MB 1,397 16
610,946 610,946 0000000000000000000117860777e1533e4aa1cf24d0d0a1a4f3676e59c85eb1 1.02 MB 1,055 59
610,945 610,945 000000000000000000120bc09640804a39e2e91fedbecea2b40783eb868f1eee 0.63 MB 1,628 11
610,944 610,944 0000000000000000000bfe56bc334e42db284c9a45954440e0e4aae0886462f9 0.07 MB 189 8
610,943 610,943 000000000000000000050e9c61d0a890357c7b7012c2e2e624cd4fe1894135db 0.75 MB 1,933 11
610,942 610,942 00000000000000000005e9f6108668b38ad685640a9affb44886f8cc2a32d8de 0.53 MB 1,270 12
610,941 610,941 00000000000000000009774edc759f5909746c97db4547a9aa5be02fcc2d8fd0 0.42 MB 1,034 11
610,940 610,940 0000000000000000000c47910adaab741950ebed6c56ea414e246b10f09e3b08 0.77 MB 1,871 8
610,939 610,939 0000000000000000000765f99f5dc42a9590a70d39c0a833006ccdb17c07958d 1.21 MB 2,458 6
610,938 610,938 00000000000000000005462a65b639a99a510594a4bed2b67f4b468946a8aec7 1.45 MB 2,764 17
610,937 610,937 00000000000000000002b06bec4ebee9605fd04984961afef1ee12891e268de9 0.56 MB 1,316 14
610,936 610,936 00000000000000000010667401dfd5d8aaaceb3e585c7cd238149953a557943b 0.82 MB 1,965 7
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.