Memory Pool Memory Pool Refreshing

491 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (629,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,948 278,948 0000000000000000d245c4a2c85c34ef643a792f296e3a3262080f0b1b2bb7e0 0.13 MB 294 39
278,947 278,947 0000000000000002959f81fe1caf1bdf7b19dce6c21cfd3013d6c1e16b967bf8 0.15 MB 258 37
278,946 278,946 00000000000000002f7f54dd569df69c6acf1a10690d9b93b291bbbabfe69212 0.48 MB 1,165 59
278,945 278,945 0000000000000001c5ba407f9e16f877abdc39e428d461e668077956f8c89db4 0.09 MB 211 37
278,944 278,944 0000000000000000efb5bfab1b871959e6a43ffe975e70f8844a9bf6ae08a490 0.22 MB 50 12
278,943 278,943 000000000000000109e09cb569d9b41b88840bbda485228eaa1cc14e8ef99323 0.50 MB 978 42
278,942 278,942 00000000000000012e23842f364f2c0b1b2b7e4307fbcbf96885fd4af21c6383 0.25 MB 672 47
278,941 278,941 000000000000000088ceb1558cbc516a91e2a25d4672b2daa809bc14c3b58fd1 0.25 MB 725 87
278,940 278,940 0000000000000002fe6ff1ac39aeaac07d663d78acefd1244f01750eed41fc8d 0.07 MB 164 71
278,939 278,939 00000000000000011a340fd3d1af842ab9e002acd4eb9208136545c22e79ee55 0.19 MB 348 42
278,938 278,938 00000000000000007c064131919559ea7a7918a9d72265010182e34e5e03c274 0.07 MB 94 23
278,937 278,937 0000000000000001bb52bff955fb5ce3d20e047dbe3884b94a7420a0c8b5462f 0.16 MB 299 39
278,936 278,936 000000000000000032d3f190952132c0fd099d253250837b324e8ca057014446 0.24 MB 444 33
278,935 278,935 0000000000000001a835d398ba29925728bad5c1753481a43f2aea9c3ab6bb27 0.04 MB 60 34
278,934 278,934 0000000000000002423208cfb5a1c8e2cbefb51e20aa1eecf50d8cd796440976 0.12 MB 227 50
278,933 278,933 00000000000000003a06ed945bcd52cafa54746c13a8544af4da41f83ae78e3e 0.34 MB 310 25
278,932 278,932 0000000000000002e96846802c5b35b031f38589e23493270edcf8aa4a8e09ff 0.25 MB 561 41
278,931 278,931 0000000000000002ab11502581bde3e7ceeeed4922092867014384d2bc93127c 0.03 MB 81 51
278,930 278,930 0000000000000000601888a448ffd16ba51db0eb72938c515511b2a573be9fd4 0.25 MB 630 58
278,929 278,929 0000000000000000831bfd3c356edea1263e1bf6aaa4e363a83df74c8b23dc0d 0.03 MB 65 108
278,928 278,928 0000000000000000adaa936fc340f80cecb9b2eaef4918e6d6e32af9e30192d4 0.25 MB 488 39
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.