Memory Pool Memory Pool Refreshing

1,285 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (95,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,827 811,827 0000000000000000000019c5252485cb98bf76e92bdcea968408d8a754d7b870 1.30 MB 1,476 12
811,826 811,826 00000000000000000002ac878349d4ad45e1bd1849e38dafeb34ef5b754d8539 1.26 MB 1,461 13
811,825 811,825 00000000000000000004733b01cde00fe82e25da28e96989745250d95f16aa1f 1.59 MB 3,371 22
811,824 811,824 000000000000000000018e9017ce80ca6e734730e7530cb1a0ff324cef404e4a 1.17 MB 645 9
811,823 811,823 0000000000000000000052d4fd0c091dc0b019d6ea874fa7ba85e1a2599c99e3 1.26 MB 1,600 14
811,822 811,822 0000000000000000000079fd7b453210bc684401262a452c697a85dfd28b1489 1.60 MB 3,170 22
811,821 811,821 00000000000000000004216aa20e3e74cb9bf2305f4ad4f109f7a2b02d083a8e 1.06 MB 353 4
811,820 811,820 0000000000000000000475ad07e0e3a9a735237b2e3438a9e057c5213229b797 1.28 MB 596 4
811,819 811,819 0000000000000000000420ca52fafc352c9478e0afc28a599c2e96c2c313795c 1.18 MB 377 7
811,818 811,818 00000000000000000003686f7c40e51d43ee4b1776fd5638cc33e85fa54191a2 1.56 MB 2,168 18
811,817 811,817 00000000000000000003bcf8a9b131fb70ca308118d67b30722318b3d8287013 1.21 MB 795 9
811,816 811,816 00000000000000000004ae53f06a61a2b78a125a5d85761b1c802dc44915c6de 1.08 MB 313 4
811,815 811,815 0000000000000000000494f1145a0d7002acb37433f358d39bd59081fea25b07 1.17 MB 743 6
811,814 811,814 00000000000000000000778a443c1f043468a82276088f27563c595910cae4ce 1.56 MB 1,714 4
811,813 811,813 00000000000000000000491b9dabe184d0cba4dc47115acae380cc4100d9374c 1.28 MB 823 11
811,812 811,812 000000000000000000030a8ca42f80c254fd064efe1fca09344d5adae0d98565 1.30 MB 1,035 5
811,811 811,811 0000000000000000000485b623326a3be9f656a82b5266d096d19110841147c9 1.16 MB 275 7
811,810 811,810 00000000000000000003800c814049a916fd9b5cf8b6902303b2b89ca10472f7 1.33 MB 1,558 14
811,809 811,809 00000000000000000001493222b796f1ac0307b8eefbd5239a2768dae53dfa86 1.23 MB 1,383 13
811,808 811,808 00000000000000000004cdb78e3791c9f00e702b2e7f81e8ece9884fa34b2abe 1.24 MB 625 7
811,807 811,807 00000000000000000003f2d3404cdc0adb0189e6890b8cd9c4861ef20dee14c3 1.24 MB 1,125 12
Previous 10 blocks ↓
Total Size: 769.14 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,631.93 GB sent, 93.59 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.