Memory Pool Memory Pool Refreshing

1,758 transactions
0.48 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
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (845,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,085 63,085 0000000004b6f40cf5267adacf5f7d1aae6c7826813b25b074e1366f54541138 0.00 MB 1 0
63,084 63,084 000000000d083d7cdecc47911f23d6dc8a83e9598fd89eb915ee61e36c790be0 0.00 MB 1 0
63,083 63,083 00000000095ac546f3d1aa0a537770f013a388bc1c65f53185d7241e43fa683f 0.00 MB 1 0
63,082 63,082 000000000b5adfac9d70c801ff4d7ab95629c227f0a44729ab3bfb8629ea04c8 0.00 MB 1 0
63,081 63,081 00000000089fdcdbb733b2ee317178e5397dbed7080ccafa4ebac7243c8ca8c8 0.00 MB 1 0
63,080 63,080 00000000003c960faa54f21bf2a821ef59b00d46ab9c962b0d463aa55fbfc6a2 0.00 MB 1 0
63,079 63,079 0000000006a4542e1643fef53a6b47e5a43f4ba59c5acba87b3e6b188f8257d5 0.00 MB 1 0
63,078 63,078 00000000046f7ebd79887ce346ac8de387e5d6b10b01ec5321f37f28de385919 0.00 MB 2 0
63,077 63,077 0000000006a8441b4cccf4f947b46afe607b830afc1b3375c6be87095d16171a 0.00 MB 2 0
63,076 63,076 0000000005faadc89bb3483c0330d537ebb3d1f913fb48daa6bf5a9821f45d8d 0.00 MB 1 0
63,075 63,075 0000000009609c5ef369603b9ee977c9797e10c6e050fd2e18382df2224bafc9 0.00 MB 1 0
63,074 63,074 0000000009f8fefb27fa711c8b6c3c7271c2340e0a74248bacf884ec3d8df939 0.00 MB 1 0
63,073 63,073 0000000008f444fae191c2315f03f6fd81d6a93e882994cffe16c70f09b81e4c 0.00 MB 1 0
63,072 63,072 0000000000e1b118ac38b62c2697d2786f59e3eed708c5f1465bc953098bc924 0.00 MB 1 0
63,071 63,071 000000000305787b66fa89c2528a15afa6e23a2282f9ebe5e9c7e139d6b2766c 0.00 MB 1 0
63,070 63,070 000000000b28cae8ac6e16859729cca9da355071febe3f7e954565aca959b414 0.00 MB 1 0
63,069 63,069 000000000adb274059a35dc0ae3df442290c12418ffffe0dc6cc68ce5c5f5c22 0.00 MB 2 0
63,068 63,068 000000000b3c27366f6faecf32fe191c3dfbbf4f52045baf334dc4061baa7ff1 0.00 MB 1 0
63,067 63,067 00000000086fb96a12d1bcf2667fde68b0ba3fd1aa0133ad5153f3da2e53bf21 0.00 MB 3 0
63,066 63,066 0000000004d8bf785efdd31663db5540e9b27ccf562264a334fa789780d0ae6f 0.00 MB 2 0
63,065 63,065 000000000cf7e61496fc5fc7e5815e3fff379174205db41957a62982fe0ec802 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.