Memory Pool Memory Pool Refreshing

1,940 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 1,922 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (752,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,859 155,859 0000000000000153013e9467a269a4751f7ee30d6e79504df0db1eb972c4e76f 0.01 MB 15 177
155,858 155,858 00000000000002e5a725dd4a33de53456e341f11bf4c7c31d96a4f2e877e2958 0.01 MB 17 212
155,857 155,857 00000000000002f3a33a11cf8a4fc2957c32410d67723e0c5de65067b7d8a2c5 0.02 MB 35 102
155,856 155,856 00000000000008874c0e76edbb05ad349f7ed1172638b32f444cdf3173444d66 0.01 MB 18 56
155,855 155,855 000000000000008d7be0d061dac61a5d72b051fbebcd7760a9077d6648bea276 0.01 MB 16 82
155,854 155,854 000000000000008bb3bc666641bce98d4395b11a8abbc49195f7884d49f524ee 0.00 MB 13 17
155,853 155,853 000000000000058b2e0b64ce3929456f9d57104a4f4c85f1a780da8fbb50cbbe 0.02 MB 33 219
155,852 155,852 0000000000000e1891cd7da32fc0fd9d64d2cfe890823f59706642963659ea66 0.01 MB 44 234
155,851 155,851 00000000000003f92f5e653fca3e82e9038bdff3673c250ea86836e90eff8623 0.01 MB 26 41
155,850 155,850 00000000000001ca4b4e21aadac02c0e0379bf4fe590b481a4b565c8db274d4c 0.01 MB 18 6
155,849 155,849 0000000000000151729c4057415e3e8562bbfb0cbada75820897eb001f116ef2 0.02 MB 31 41
155,848 155,848 00000000000009bcf0ca533d894485fe5f8d0761e322ed0b7d60e9a242915572 0.00 MB 8 599
155,847 155,847 0000000000000aa1fd2547d24d6443509d436eaca0f814accd3fbd64b1a9ced6 0.00 MB 5 0
155,846 155,846 00000000000008f17f0f638d820eba465d48c4cc5612c0e4cdea4d81beda4922 0.01 MB 21 17
155,845 155,845 00000000000007cb1feaba62e42103382d9cafddfdcceddae6d62ab30be27310 0.00 MB 3 0
155,844 155,844 000000000000070ea3750d66bbe5f5ffe14dcaf9a0429884489b709b41bf0ece 0.01 MB 12 44
155,843 155,843 0000000000000b3c26acbbbffe3ff494c63087d8be1761581ab03ab8df70e22b 0.01 MB 6 15
155,842 155,842 0000000000000b4a580999338508bb50831257e64c862a175c33bd238f825ac1 0.03 MB 98 179
155,841 155,841 000000000000049c40d16c0cbb19cbdf0de2a419c02b7f5f40d57045fea55b9b 0.02 MB 46 42
155,840 155,840 0000000000000276d99f00f6f83a248579a8e5784aade8b7d32aa2095cb039de 0.00 MB 2 3,891
155,839 155,839 00000000000002aedeedcbb864b877e601c166334d0b4b8fd258eb5512d5ed2c 0.02 MB 28 3
Previous 10 blocks ↓
Total Size: 769.40 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,644.46 GB sent, 94.93 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.