Memory Pool Memory Pool Refreshing

6,316 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,991 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (586,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,609 321,609 00000000000000001ec3504554f511344237b8120116de526590ead65bf848dd 0.06 MB 144 33
321,608 321,608 000000000000000012075c3e18c679060e0542538c63c4e0aa2a99e6b9206303 0.19 MB 108 14
321,607 321,607 00000000000000000dfc5b1e7414dc76b61adc54106d19e75f27fe5ab5fc0d14 0.35 MB 838 37
321,606 321,606 000000000000000012af316870c4a5c4e868cc49708a708dc4bd0c057c7a4b5a 0.33 MB 553 29
321,605 321,605 000000000000000015058f44d38ae22b9a22e49567493c418988e24fbdfa751d 0.12 MB 172 25
321,604 321,604 000000000000000005711391031d82a357d5a2c80b13e951afd0083d6157e796 0.03 MB 63 28
321,603 321,603 000000000000000019ea7eebab85302f245f295a158bfc531d5df6798dfdd807 0.02 MB 58 32
321,602 321,602 000000000000000012c48b632a52972b3e4d3de920323e791b5dae1d52173473 0.29 MB 492 25
321,601 321,601 0000000000000000240b7d9d734098b9758327adaf6c42870b902fd5615dfc65 0.01 MB 32 15
321,600 321,600 0000000000000000188e6f4362ce1a2abb5fbff87b8b76fa2ff2ddeddac8831d 0.48 MB 514 22
321,599 321,599 00000000000000001c3026d53971b6cde8102dcff0d1f9f1641d9d81a15f00ce 0.50 MB 1,097 32
321,598 321,598 000000000000000022ac58d2beae5af987310b1f0d5452a37a6cf7d6cce7a490 0.03 MB 64 216
321,597 321,597 000000000000000021d0ef1ba2a390b2e2ae9066fbd293dcc17f3b24509a6d70 0.11 MB 202 27
321,596 321,596 00000000000000000822f36ffba7b25666e1edbeac9e760e9d2ff15f482a6894 0.12 MB 280 34
321,595 321,595 000000000000000012e70a45f216960a50cfd66ae0374983a73dc01dd9c5909a 0.63 MB 919 25
321,594 321,594 000000000000000012c32548be7c8b0efe00399579d766cd5ecc8ef8db99edbe 0.06 MB 129 31
321,593 321,593 00000000000000000b85c2c8856c3a0d0a36549f75072b7cc529d083de42a03a 0.26 MB 380 24
321,592 321,592 00000000000000000b400941c1ae3f69fb50351b65d4a987775309e2628201c4 0.10 MB 90 15
321,591 321,591 00000000000000000eed1c82f7621ff5acec5e3854b0aa9d513d0319e1155bf7 0.30 MB 582 28
321,590 321,590 00000000000000001a17c4ac399dafbc0ea3900f557e722921a464f28258e3f1 0.08 MB 177 30
321,589 321,589 000000000000000011ceda06e55f43a1ef4a387814027396d3898255e9302c56 0.43 MB 416 19
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.88 GB sent, 93.05 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.