Memory Pool Memory Pool Refreshing

660 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,459 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (901,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,641 6,641 000000006a76a78e12fc1c91d67c7712a25a74d3bb93f2baa4694f414a7d46c6 0.00 MB 1 0
6,640 6,640 000000009da10f71d6baa3c6e3494b7fdadf5ffaf5ac49bd95b5398816c45c11 0.00 MB 1 0
6,639 6,639 00000000df2d3bba4f1531073725ce32de73945c1838c7f4d6483e6488ef6062 0.00 MB 1 0
6,638 6,638 0000000049c16417c7396e9c7ac62a3549d874e86ca17664e8a55664bfc27cc0 0.00 MB 1 0
6,637 6,637 00000000d85f22d6e6cbaf3588b8b0b31d7d563220d29e15e561b5fbc60b3e4f 0.00 MB 1 0
6,636 6,636 000000001a8ba6a0c8a7ffcd81b1611c3d383b1d8d4b58ff48053be236daa789 0.00 MB 1 0
6,635 6,635 00000000bb012e27be51fa0f564112682689c023690125d160d93da8cf1f18ff 0.00 MB 1 0
6,634 6,634 00000000ad4de69521187e7030317d1ae7afec0a16ef85aee761e25cf376e3c6 0.00 MB 1 0
6,633 6,633 000000008aa82460fcc7049b175253401719e1425eb24a1de18018c26583aa27 0.00 MB 1 0
6,632 6,632 00000000900a1b7ef3f022f01af05a55a093041a91162af5bcfc957fd1213fed 0.00 MB 1 0
6,631 6,631 000000005b4e0da997d959ea2186bb4973d151f2430b653be57b71d4061bb2a6 0.00 MB 1 0
6,630 6,630 000000006aaf40fd3d8ec376557c446d56be3048e3e50e80270da1f88f1671cc 0.00 MB 1 0
6,629 6,629 00000000641089c958685df21d0ac747441faf8c2c67cb0ac7060e9c1979030f 0.00 MB 1 0
6,628 6,628 000000000f724595d732e7bfdf59303b9bdf7666deb0ad79e7b5875ec181afc1 0.00 MB 1 0
6,627 6,627 0000000016dd4dfa448162b44668342ef93b73b31c94c44e0c09163adfadd904 0.00 MB 1 0
6,626 6,626 000000006163eb62074580c67500056146ccdbf1b7c8c48566f752e2f4971cc6 0.00 MB 1 0
6,625 6,625 000000007399345e02b91dcd09f912612c2f5edbbec7cebd10eb98e96b97093f 0.00 MB 1 0
6,624 6,624 00000000076faca5464a20cfcc56d95d5315e009f077b0671ed83d9481a71801 0.00 MB 1 0
6,623 6,623 00000000fd3de7aa3b66fde40c2261012c2a58d148485f7de5858e56cddfbad9 0.00 MB 1 0
6,622 6,622 00000000ecfde649a703099b196b7701ba0bf15736cd00ed21cef9d9cc59a940 0.00 MB 1 0
6,621 6,621 00000000649197a8e7d6973b4ed5207b689384b54ba117e3914a65f57de20b33 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.