Memory Pool Memory Pool Refreshing

3,386 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,617 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (616,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,766 291,766 00000000000000007c01e09e8a10d2359db62b298ffa94292cc2754cfaabb5a4 0.37 MB 391 24
291,765 291,765 000000000000000102260edfc07328ca89bf2b3970bc0570b92dfc5117e14617 0.35 MB 730 40
291,764 291,764 000000000000000055cd9d8436681012b3c03ca84e35dff32a871611859c0386 0.05 MB 31 13
291,763 291,763 0000000000000000dee98f2292dbeaecb5429a82ed1c8be74f5eb4453ec8e736 0.22 MB 346 32
291,762 291,762 0000000000000000ae2c379aa6c546cfbd105160086c240f2b6661f2c3a32532 0.10 MB 120 17
291,761 291,761 0000000000000000611118817b62133287fe9c9519c1b70cab663a147dac85be 0.19 MB 239 22
291,760 291,760 00000000000000008cf1133335300d561042e7b7a607a3a3df6fde067352f765 0.25 MB 615 43
291,759 291,759 0000000000000000ad44de7b459fbc1225b36f9e4ee507e81acf09e55bc3abd7 0.02 MB 51 33
291,758 291,758 00000000000000006251f6a7058e4eff4edd5b471c5746675087a44b04256ad0 0.30 MB 533 35
291,757 291,757 000000000000000044f5b632f1bf7c671afb77875b3d2f498234c0860079ea54 0.09 MB 151 29
291,756 291,756 00000000000000004ef32318ca19de476e58888418f68bf2112cbb63cbbffa2f 0.03 MB 64 33
291,755 291,755 00000000000000000c987305740b0c5d3e13a140c0afa64ea3b052db60ba3bf7 0.18 MB 168 19
291,754 291,754 0000000000000000bfc9b39a588918f73f2e9552b8f999c09999d7d767af4fb8 0.28 MB 405 18
291,753 291,753 00000000000000007a2b0825f63deb6e9525e7ade25dcbd89fd4735b38e3cce3 0.35 MB 941 45
291,752 291,752 0000000000000000163b280e9032282cc1a8711620f8f8f93fb62c417a8d15b5 0.25 MB 550 35
291,751 291,751 000000000000000058d19a2b700c33de72c4a5d34a7667d8357c504a29d6fb4f 0.16 MB 265 45
291,750 291,750 0000000000000000a3f0756c8ff217949c80fcc8aee0f098abe435053882c5de 0.10 MB 256 49
291,749 291,749 000000000000000022fb20a7d4185b613e1bbb700b865e9bb0a0a8385f435ef1 0.11 MB 232 35
291,748 291,748 00000000000000007ba9c53f05bc310ed87d08cbbac2570aa92cb170baa95a4d 0.22 MB 367 27
291,747 291,747 0000000000000000fa7afee671f70914c35659a04ca5f9f7a7fca882b41a5f57 0.14 MB 225 34
291,746 291,746 00000000000000006a32fbd6691d3081ef25d27fa965a12415298e2b9211f927 0.15 MB 245 28
Previous 10 blocks ↓
Total Size: 769.13 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,630.65 GB sent, 93.52 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.