Memory Pool Memory Pool Refreshing

876 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (165,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,993 741,993 00000000000000000007f714b98236ac1eb82dd570fc633183ba65bb957e42c4 1.47 MB 2,208 17
741,992 741,992 0000000000000000000062d8289ef2410c6d6a5abf44b20a5990e1b2f8f3cebb 0.33 MB 573 12
741,991 741,991 000000000000000000081c6e516c587168caf678eedde0232ea657dcb45b8657 0.64 MB 1,086 16
741,990 741,990 000000000000000000046ab871fdf2a068139fca9dd92d8e60b1770475b875c4 1.61 MB 2,068 6
741,989 741,989 00000000000000000004c57296e76091b20e94057c59afe2633dcef2d9bd7b53 1.65 MB 2,317 22
741,988 741,988 0000000000000000000176f9c2a018d5f880ec0140a5e96b108a3de474710bdc 0.36 MB 292 8
741,987 741,987 00000000000000000000f0207265db718c2590b1e344f9835ee00e5d6a53cb76 1.56 MB 3,083 10
741,986 741,986 000000000000000000051545b0655f094d0bd9f6348cb36b9989663852f07625 1.32 MB 1,581 11
741,985 741,985 000000000000000000004b826b6e05e7529f15d4d67d08af2f898f684c3d09da 1.34 MB 2,209 22
741,984 741,984 00000000000000000006652bcd034fc62e03610509269ecc786f9d83fc88b70c 0.29 MB 586 13
741,983 741,983 0000000000000000000535082694bb57d662571a923e336dc74bb2a08c7ee115 0.31 MB 640 12
741,982 741,982 00000000000000000006cf65210f1ba677b2a1bf16ce0aa2c573d3d14ff74d79 1.44 MB 2,497 8
741,981 741,981 00000000000000000002a4da44a06304f03302b6a94965ffe10b2e2cd8d1ebdc 1.62 MB 2,376 10
741,980 741,980 00000000000000000009232a8291788d192943311b12f808bffa24e5f1cf4ba3 1.43 MB 2,969 7
741,979 741,979 000000000000000000062e5a4c00fec59a03f1eed06b4d1a15a72847ffcd62dd 1.58 MB 3,047 17
741,978 741,978 0000000000000000000188db2547b483ac8e1f09ee609f79ad999e43f66f6c19 1.54 MB 3,019 12
741,977 741,977 000000000000000000028160d1cebfc29154e2c2acd2d389848395a9b9215901 1.36 MB 2,702 21
741,976 741,976 000000000000000000066264a4ba414979139e7e8a1dfc86ec6e7c8d3f2079f6 1.27 MB 2,111 22
741,975 741,975 000000000000000000037117eec4fd5be37c61cef416f3a924fe167a16e1a7d7 0.36 MB 656 12
741,974 741,974 0000000000000000000716ab4b6e4ff40fa6c3c663435b7093770a919f9eec7c 1.35 MB 2,646 12
741,973 741,973 000000000000000000039beb14e8322181d1927428e35243e32507746d9c4420 0.51 MB 859 11
Previous 10 blocks ↓
Total Size: 769.24 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,634.83 GB sent, 94.09 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.