Memory Pool Memory Pool Refreshing

1,721 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,716 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (395,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,758 512,758 0000000000000000003048926e66adbedb3f007c7a41356f64aba1badcf33c79 1.21 MB 2,782 12
512,757 512,757 00000000000000000011561591046f961f00d25418b76f93b2a405894a8b787c 1.10 MB 2,074 75
512,756 512,756 0000000000000000001e7e8fcdf6c0d66753312c0232b4e4ebcea119bb850214 1.15 MB 2,712 24
512,755 512,755 00000000000000000052d30bbd63688a3c562b9f509da10f3f7414ab029b8669 1.18 MB 2,154 29
512,754 512,754 0000000000000000004e51744006acb679e72ac435a3d5570f48d77814778e1a 1.33 MB 2,350 42
512,753 512,753 0000000000000000004fabb08a6efec353b96ad366950dd8c0b64682bc464ff0 1.80 MB 1,630 14
512,752 512,752 000000000000000000557b0fe2d52098edc893ad0f2b223f78c77d3c50869167 0.26 MB 416 75
512,751 512,751 00000000000000000054505bcb5e6fbbca477cd71b7ee2426d09d238248344bb 0.81 MB 1,403 54
512,750 512,750 0000000000000000001c71ba134ea5f680158173dfddff4d5c9eeafd65b679ba 1.33 MB 1,878 42
512,749 512,749 0000000000000000004e4e4b2f7966ea2b7db038716b86ff9a75b7dc8ac52dd8 1.06 MB 442 4
512,748 512,748 0000000000000000002a4e7e6a73d3b8e7c24209529ef19f4053ea9fb45f641b 1.00 MB 529 10
512,747 512,747 00000000000000000046e8bca24dac52684713b2d0dbd032f514066e0d566269 1.11 MB 2,090 44
512,746 512,746 0000000000000000000806c70dfcf5e3c90d4925638c6cc24df9ed28f1249d1a 1.11 MB 1,422 5
512,745 512,745 00000000000000000051dee2887dd79a67025cfca619892bc59f7536eaeeef8e 1.11 MB 1,966 32
512,744 512,744 000000000000000000528ba6d392f75c3a3e0be43ff8452be66734a672c0c192 1.15 MB 2,468 10
512,743 512,743 00000000000000000012fabec6c8131e92074020791aa3a043023c15ce12bb37 1.10 MB 1,733 61
512,742 512,742 000000000000000000556d3881df9ea4ec373cf88729dca7770012a33a49acfc 0.84 MB 2,248 20
512,741 512,741 0000000000000000000fddd118f8729f562c54fd28030faed9b258d29ad2e85b 1.09 MB 2,030 9
512,740 512,740 000000000000000000541c121621c8912f42a962fd56019a776c2e7eafdbaef4 1.11 MB 1,456 14
512,739 512,739 0000000000000000003fec370049329a2895d1b9adc06c22b1c8263c7662596d 1.08 MB 1,042 51
512,738 512,738 0000000000000000002d5991516c41649800e9fe4046de6ac4a7453fa529e3d9 1.01 MB 736 54
Previous 10 blocks ↓
Total Size: 769.10 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,629.13 GB sent, 93.41 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.