Memory Pool Memory Pool Refreshing

1,330 transactions
0.56 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
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (225,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,835 681,835 0000000000000000000866f70b9e988e9691248c84f8844904bbe23b7579b25c 1.31 MB 1,836 82
681,834 681,834 000000000000000000007bc7b289cbbfb5d1ae74eaec8434134f1dbfa1c6d0aa 1.37 MB 2,299 121
681,833 681,833 0000000000000000000d0ba938b114b3d5f51f73d5d4ca8de72dc8c060119bf7 1.14 MB 809 24
681,832 681,832 0000000000000000000147ddf80510ff6398be28ba84d2fcf1bdf9ef6bafcff3 1.13 MB 721 26
681,831 681,831 000000000000000000081a1bc0ae230c5884fa09753c26ce7e600b95a6593fb4 1.26 MB 1,277 33
681,830 681,830 00000000000000000003113604f213e491efaca8926dbefa9848ba62f7a1be0b 1.32 MB 1,307 8
681,829 681,829 00000000000000000009cabd7a0414bb88ba4445cfd27353e18a2a27d4fe10b0 1.57 MB 923 27
681,828 681,828 00000000000000000002d57bc64ff628a025e9a8f79134bc377fea25e532775c 1.34 MB 2,367 117
681,827 681,827 00000000000000000008c659de6cae2595e4de6e9fb008e5a6aa65a8cc0ecf06 1.39 MB 1,047 74
681,826 681,826 00000000000000000004896533a0cb5f06ea213b9edb51b323a269c7a650073b 1.47 MB 1,943 75
681,825 681,825 00000000000000000004412c1f4e8c473584e702526cb89602f8e955c84f21f5 1.39 MB 1,783 74
681,824 681,824 000000000000000000085d326338cc152b2dc244a7d44058fe2ebc561bc6d5b5 1.11 MB 327 15
681,823 681,823 00000000000000000009b753a9479da3c3dbc132d0d0b988a8efd07dddbb0c3e 1.35 MB 1,014 38
681,822 681,822 0000000000000000000408f881ee38906242636f617b7c05d03321895b2e6ec6 1.33 MB 1,038 37
681,821 681,821 0000000000000000000d6b773e911fc9fc6afab923e805fd83d4fd554b28cc3d 1.18 MB 232 12
681,820 681,820 00000000000000000009cb30d9aae7cd40221e257ce03e1a5f2910b8e0f6d439 1.13 MB 781 16
681,819 681,819 0000000000000000000081026fe869845b3283d7cd4dfe263eee39d8c5e97a3f 1.39 MB 2,130 85
681,818 681,818 000000000000000000086aad5e97d7795e34bec28a58f074d2d6e78e9d07a52c 1.01 MB 95 5
681,817 681,817 00000000000000000006932b1e3c67c3cbfd91294fa9faddd2febf7a42c4be98 1.31 MB 1,446 54
681,816 681,816 0000000000000000000115430029d4ded88b5b31daa799cfa862f147dc70b1c0 1.16 MB 803 125
681,815 681,815 000000000000000000095183eb5cb79253a57f732a74298a4db6ed40cf4c028b 1.17 MB 382 23
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.