Memory Pool Memory Pool Refreshing

7,725 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (551,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,778 355,778 000000000000000010b36ab689c67b50e853e8e7ccd0d5ff82893b9b9ce8c8b0 0.41 MB 749 19
355,777 355,777 00000000000000000859a47fa2b6b66da7b6abb319a9d45f5c1afa76049495ea 0.75 MB 1,368 30
355,776 355,776 000000000000000013638e4b10dfaa955e7cf31377c47a59c3035ce7ac421bc2 0.13 MB 248 20
355,775 355,775 00000000000000000d04ddb2cbf76cbd63cf9e6e64061b8f34088cc78bdbadb9 0.70 MB 1,189 25
355,774 355,774 000000000000000001dad107fce0bbc36db1e6b69cf04d22a4d830f40f2413d9 0.29 MB 605 28
355,773 355,773 00000000000000000c320b6657ae7c297c0de4643db83c7a5abb834708214133 0.33 MB 478 11
355,772 355,772 000000000000000008be46f955a56af0882dd80f106cc27a842ddcc1fad42970 0.75 MB 1,017 17
355,771 355,771 00000000000000000ed92a44fba2a717653a82d54ed50d4e37158ecb2f9e25a6 0.75 MB 844 23
355,770 355,770 00000000000000000556328a1b1ed9cde5ea74b4ecbdb17483715d8de5f5e15c 1.00 MB 2,599 41
355,769 355,769 0000000000000000139072ad82693ddc93b29fca541778907aced232b031072b 0.54 MB 955 28
355,768 355,768 0000000000000000144191a0b5e59db73108e41d9cb8e3845d75b207d37b74b4 0.36 MB 732 28
355,767 355,767 000000000000000002381ef2bdf0c17cf4dd08464e4d5aeb91a20241ef24e3ae 0.10 MB 105 13
355,766 355,766 0000000000000000048109dbc65aee3f4043deccb951034dbc453c1f9ce0b693 0.33 MB 289 11
355,765 355,765 0000000000000000116d80cead288e3f2d5ebd1ed9f439b8e7c45ab3d3b57318 1.00 MB 1,576 26
355,764 355,764 00000000000000000836e3766ca6d548daf4a16f12b43f3a22dc751e307ed8db 0.75 MB 1,338 27
355,763 355,763 000000000000000004deab52ef437a4dc5e5c94324b9981bd124987e9b8684a2 0.30 MB 531 27
355,762 355,762 00000000000000000ece8daa698b43db7b99fbbfc01c4244ece3385a0144abcc 0.25 MB 348 22
355,761 355,761 0000000000000000078b0046e78d5c8e2c559059bed159b6e19fde161f8901bf 0.14 MB 240 25
355,760 355,760 00000000000000000531b8bd110cde244c4692da66b863005b1c2cc8cddfc0ae 0.05 MB 83 23
355,759 355,759 0000000000000000116dbcb97895526a2df69e1b76356059c8f61569b5a4d43c 0.11 MB 197 30
355,758 355,758 00000000000000000d4a0dcc6f7008e1c8e12661b91133ed7ade1ec262efa2c6 0.14 MB 194 20
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.