Memory Pool Memory Pool Refreshing

2,836 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 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,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,524 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,169 (823,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,960 84,960 0000000000185ad242141b6aaba69dab90429119b190698dfc15257464365735 0.00 MB 6 0
84,959 84,959 0000000000145eb6a6415df5fdb395c031268a5294c5d1052cfa3a3449de7bd8 0.00 MB 2 0
84,958 84,958 000000000011e91de0fb99d9fe8ecdac3c9ca22457ef3d8e8583864570dcc057 0.00 MB 1 0
84,957 84,957 00000000000c2ea9fd3e019f6a7601390d6ced15ff56e6d56f61b1446371c957 0.00 MB 1 0
84,956 84,956 000000000013c6f3b7a6077b19f0666c56d67cdfe1ec9d91abbbbfd5ce9643b1 0.00 MB 1 0
84,955 84,955 000000000008579654ba76b770a44b5c7a6f5cdc32be374d6abe266b34294c57 0.00 MB 2 0
84,954 84,954 0000000000171e86b4d9bbd7a479c4ba0d11342858c23613bfa0c356f0d91d4a 0.00 MB 2 0
84,953 84,953 0000000000241e5187827086d9d22f82d20829ccde93a1255673b6649e399da4 0.00 MB 2 0
84,952 84,952 000000000024d483de730fe87273a9d74fb7acb51dad7b6b5eab1c34fd8b3216 0.00 MB 1 0
84,951 84,951 0000000000297ece1c27ae4c2ca5e03e77e7d4c58c63285f0ffc210413fb4e3d 0.00 MB 4 0
84,950 84,950 00000000002bbbc2619eb49881bc244d740234a5a167c027851779411c2ce6e5 0.04 MB 5 994
84,949 84,949 000000000002b996b7479b8498b9d5186964ab168809c76e8da440af017cb84d 0.00 MB 1 0
84,948 84,948 000000000010694310269bf3f487e63efdad08ed140c64c9a4ab164052cad472 0.00 MB 1 0
84,947 84,947 000000000013fdc17e3ae2797bb9c6299d73031e072b95afdf3503078c4e3535 0.00 MB 8 0
84,946 84,946 000000000020bedf26648fd7a28deab6c55fec0d9c65e0ad1bdcff8b54cd48d0 0.00 MB 8 0
84,945 84,945 00000000001d7e218d9a18b6a5a4fe81eb99b3e129efab430627f4697f56279f 0.00 MB 1 0
84,944 84,944 0000000000179b7e19cd93c828b5b7759297b7ffd879782f1ddf79a8d5b59e3a 0.00 MB 5 0
84,943 84,943 000000000006839f429ead948942af3b83042f01bb5e1b97a857decb007f412a 0.00 MB 2 0
84,942 84,942 000000000000eba68b1ba27b585d6c49c7a96e6754b371235c4d43cc900074d0 0.00 MB 1 0
84,941 84,941 00000000000a2d98633246fa45de7af4a7617d6ae95e5d50a5a4391bf942617e 0.00 MB 2 0
84,940 84,940 00000000001e5e7c4a6a9ffd8e6438ea5c64cc795ee8e5d3cdfdb6927bc7b613 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.05 GB sent, 97.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.