Memory Pool Memory Pool Refreshing

1,372 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.40 vMB 1,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (369,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,797 537,797 00000000000000000012d790a21576e000aa15b1b8aa7ea80c149294f5500978 1.15 MB 2,609 28
537,796 537,796 0000000000000000002855317fa9bab890b7975f586fce9155918039c6ed1d51 1.36 MB 1,747 16
537,795 537,795 000000000000000000049b6b8adb75241933a7c7a1655679036bf888c52d4c36 1.28 MB 2,204 3
537,794 537,794 000000000000000000286ac52e7a04c8975a2ad41794267673fa5c6522680236 1.35 MB 2,209 22
537,793 537,793 0000000000000000002b7d5987772548b93f89d9bdbe5402e609450f98d067cf 1.26 MB 1,959 30
537,792 537,792 0000000000000000001c5ecc30211e8e45ff8c92aa9fdc6a0249aae86150ad34 1.13 MB 2,845 6
537,791 537,791 0000000000000000001b34e0c6b163a62779b607ef36a77e868fd7e2f964d56b 0.54 MB 1,136 34
537,790 537,790 00000000000000000011ce38426a88fccdae1ccf9ced7f5182d98fd3aae4d52e 1.17 MB 2,535 36
537,789 537,789 0000000000000000002426bd51106a73867b726d0e86bbe7081d933c0cd8696b 0.78 MB 1,409 20
537,788 537,788 0000000000000000002c04f2660bc61cdec13cce48409a6276f3f9d4c956589f 0.02 MB 51 20
537,787 537,787 0000000000000000002662f1c485796dfd585c63daf606231e548a78c78dcaab 0.75 MB 1,371 22
537,786 537,786 00000000000000000025dd1f000e816c0947d056beb498ee308057b33f98057c 0.30 MB 249 43
537,785 537,785 00000000000000000010a0d728c4d22ee8c30ae111df91b915af75c7a0c90889 0.49 MB 758 17
537,784 537,784 0000000000000000000814bd7a68d011b5e10205d8f14e687e24eaebe85a8908 0.57 MB 1,048 18
537,783 537,783 000000000000000000059d656eda0bf4f640e59b1f32e8c9ef0cf9cc47834a1e 0.61 MB 1,083 18
537,782 537,782 000000000000000000023810a835b5c3178e7334f9eff8898cded8173c63b850 1.45 MB 1,548 14
537,781 537,781 00000000000000000013b06ae91c1ed5e45f3f08e62ae2a54d0f76c4984f8ad4 0.23 MB 393 34
537,780 537,780 0000000000000000000b851d5f0c3520744d453c053696738c40cbcb876ad4a9 0.40 MB 679 14
537,779 537,779 0000000000000000001af2256c694aa59073e86dffa252f1f8c8a4e331a5cd82 0.86 MB 1,250 1
537,778 537,778 0000000000000000000c996f83278e09d77877b62255962d825a83e0e7ad671c 1.46 MB 1,463 16
537,777 537,777 000000000000000000298544f8f0723172ef16043e4b79af5bed5409c5aa5e96 1.14 MB 1,445 21
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.95 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.