Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (44,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,833 862,833 0000000000000000000279b1e10bd3b47ebc866fac907a319d8343bf4c6ba355 1.61 MB 3,478 9
862,832 862,832 000000000000000000000c222a73adae9d40b167d32d439918a2fd1a8c86a629 1.68 MB 2,920 4
862,831 862,831 00000000000000000001d14adac6604f167eb545a2765c17e11254a29122e415 1.71 MB 3,840 8
862,830 862,830 00000000000000000000c3dd169a8a177cdb242727165618c927cf0c595be090 1.80 MB 2,264 4
862,829 862,829 00000000000000000002d34975b37fa7fe385b2284a860bbe30c3ee93abbfd04 1.81 MB 1,789 2
862,828 862,828 000000000000000000009a566a0930089f927d3b65b475128b1a15235f7dcc40 1.81 MB 623 3
862,827 862,827 00000000000000000000498a6601af3a1ba68a08f52bb304d6696b11dac0a1c9 1.76 MB 2,208 4
862,826 862,826 000000000000000000001c77aa4bc50661ae822fe313912a5e03ed3908adf0b9 1.57 MB 3,057 5
862,825 862,825 00000000000000000000c189827e10589bf331f3f7ec13f1700ba2788e7896be 1.65 MB 3,200 7
862,824 862,824 00000000000000000000e74dfc4e5da51912d8fb021c810528b37b0e3c0e8892 1.71 MB 2,621 5
862,823 862,823 00000000000000000002cdcfc59299312bc401a2c84c17cbfda36eb75a33cefb 1.80 MB 2,692 6
862,822 862,822 000000000000000000021e8cabe89bf19b34a16353dec6fe611b264237aab315 1.66 MB 3,264 5
862,821 862,821 00000000000000000000643e2663e9e1dde89e77fee61291abe46313977d33aa 1.57 MB 3,667 9
862,820 862,820 000000000000000000025d78076ad083eb6c8357fb22298f329bb15a4046640e 1.66 MB 3,213 6
862,819 862,819 00000000000000000001a810c2b350220c863b7080280f2c8a7d61f3da04ac6b 1.67 MB 3,680 5
862,818 862,818 000000000000000000026bbff46312faf60cea7277b0fea05de7e8509ed965f5 1.58 MB 3,278 9
862,817 862,817 000000000000000000027e1e40b869eb2ceb0832325a2fa854af7ef2a4473c81 1.65 MB 3,612 5
862,816 862,816 000000000000000000016773d6eba76c84f77ba4afd8c246843de8f6f77d6659 1.60 MB 3,913 9
862,815 862,815 0000000000000000000149b81f204ca1c0256807e7bd6de8506ee796630ecb32 1.73 MB 2,170 4
862,814 862,814 0000000000000000000107e18a90bf6531d0126ecb135310c1391185f78cc959 1.71 MB 2,963 3
862,813 862,813 000000000000000000014b09bd2c39ab1682ebbf6b53ae2b8789ca9a25a2de9b 1.63 MB 2,369 6
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.