Memory Pool Memory Pool Refreshing

278 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,946 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,945 (143,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,081 764,081 00000000000000000000e1d4bcb628b38d6e8ae542b45319fd6f97ccb4af4d68 1.42 MB 2,542 20
764,080 764,080 00000000000000000006902a32dd131914c47cc75dd2ddb20326a50d6187f90e 1.54 MB 2,143 16
764,079 764,079 000000000000000000044f185b8cff371296f6eff2662f38276a1c6038d9ea81 1.33 MB 1,486 12
764,078 764,078 000000000000000000006f40f4f1051f3cb3c58aaf453226b3cfdcbc947f19a8 0.32 MB 189 4
764,077 764,077 000000000000000000071db01570174a69334ced1c9c349a88f6451aeaa99600 1.62 MB 1,464 5
764,076 764,076 00000000000000000002c087d20ccdc3d924de32348547175cc076edfd55ab5f 1.41 MB 2,184 14
764,075 764,075 00000000000000000003b24c7cc8782dcc03733938b95415e78a8b312e76aab7 1.56 MB 2,377 18
764,074 764,074 000000000000000000000470b3ab77afd71b38a6e422220606fca0fb3a087570 1.43 MB 2,316 26
764,073 764,073 000000000000000000007a84fdf2c8333b487008fe88a0bec8a6575406b62e25 1.24 MB 1,972 41
764,072 764,072 000000000000000000022ec7eadf5200fdd90267b86465f6fc9941369072576e 0.11 MB 165 19
764,071 764,071 000000000000000000054aade123ab446df6b7f58537f0563a708c0192437b79 0.32 MB 224 14
764,070 764,070 0000000000000000000785ef60582681dce4ad3157fe2534c3c83eeb74b4cf44 0.07 MB 169 18
764,069 764,069 000000000000000000075144c628ee9a6c3643ddea8257f6778cdc1b09eab74c 0.67 MB 1,269 19
764,068 764,068 0000000000000000000063be54c3adc98b44cc82d95c0a155205b651572fe2cd 1.37 MB 2,055 16
764,067 764,067 000000000000000000011a703cae93b69eafbf20037a40a01e38fb7f3fc13e0a 0.03 MB 72 22
764,066 764,066 00000000000000000005d804f551ae2acce4acd4d2bcf51c425bf2e4668f0148 1.09 MB 743 4
764,065 764,065 00000000000000000005a10fea932936cfb5e273254ec62c26b20aa63121e87f 1.75 MB 1,745 7
764,064 764,064 00000000000000000006da48b920343944908861fa05b28824922d9e60aaa94d 1.48 MB 2,925 26
764,063 764,063 00000000000000000001348162a93f4734709f6a142b19aeefd8714f46d0b8f9 1.48 MB 2,909 24
764,062 764,062 00000000000000000004cf2ea5405cc4f5c784aa54f417ff1f757f90a13f584c 2.20 MB 274 3
764,061 764,061 000000000000000000022a905377dc8fafed19a5528b57c54081bdc8cf35adac 1.61 MB 2,417 17
Previous 10 blocks ↓
Total Size: 769.44 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,645.70 GB sent, 95.15 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.