Memory Pool Memory Pool Refreshing

6,112 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (461,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,938 445,938 0000000000000000004343ed88e8aca17acf1c7fe89f845e275833ef4319edd4 0.22 MB 539 75
445,937 445,937 000000000000000000d6c87375c82726fa11746b4dc957d8fd47dadf091f535e 0.60 MB 375 27
445,936 445,936 000000000000000000c5e874a54f00c8098c8ffe3ae195c1c1e55591c57bad35 0.98 MB 1,034 34
445,935 445,935 000000000000000003410a8bbabdbb6c5c3bfc63541b63ce29b7365821daab4e 0.99 MB 1,517 49
445,934 445,934 0000000000000000015d2c99ee0252953ad4d1eda2851e57143112516b16748d 0.00 MB 1 0
445,933 445,933 00000000000000000314ab5b1c22354dfd6783759228023aa5009d77ccc3f632 0.65 MB 1,278 55
445,932 445,932 000000000000000002972ff4e575e19d5f7034d6cfba043cfdfdbaa91dc2bb34 1.00 MB 1,924 91
445,931 445,931 00000000000000000180499a925838aeeaa8b02ff87b7c45f4e8cc803267c89f 0.24 MB 594 76
445,930 445,930 000000000000000000fb3d66da8057623c42facf07fe51e8bc73ace1465daa06 0.50 MB 674 28
445,929 445,929 000000000000000001d7ec44dadb9661ff62ca1552d4184a6e33e1a57b74a42b 1.00 MB 2,122 65
445,928 445,928 0000000000000000005a94449fb1408fc98d424f2cd8cc90f346d8a66a13aaca 1.00 MB 2,251 87
445,927 445,927 0000000000000000026766bd54d81ebeb68357c044abaab0e040a9d126411dd6 0.99 MB 2,277 78
445,926 445,926 000000000000000001936f8795248bc38b0592b86d05fefc8a25ab90cb53fed3 1.00 MB 2,820 87
445,925 445,925 000000000000000001aa9cdda69c806aa6394cbb076cb9311d1251892cfa93d7 0.73 MB 1,588 63
445,924 445,924 0000000000000000010e118b7a13cdf5e27318679a7f055c365857ff43447d2f 1.00 MB 2,497 89
445,923 445,923 000000000000000002ebe2704612d6e0fbc4923c26bc328a097b862bd44e95e0 0.07 MB 155 70
445,922 445,922 000000000000000002f4716baca0ed0e5e5d852d1d0e9b62e771f8ab40659cbd 0.58 MB 1,308 70
445,921 445,921 000000000000000000c6a81aa0f7de32406eb23556c8f4902861a56fa2a2e841 0.35 MB 929 77
445,920 445,920 000000000000000000e5037b25fb20796e5cd34ac1465acba02929fffde9b93b 0.16 MB 422 81
445,919 445,919 000000000000000001d7a294f8449ff42130638c44f50b31f4289944fbd15818 0.20 MB 418 67
445,918 445,918 0000000000000000015efec72bc06026d1e7cd2876c8ade41a293e311baccf02 0.09 MB 180 67
Previous 10 blocks ↓
Total Size: 769.21 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.36 GB sent, 93.98 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.