Memory Pool Memory Pool Refreshing

982 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (9,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,784 898,784 00000000000000000000972c1045c41281a0ae3d3579c2b75cb3215fefc350bf 1.65 MB 1,541 1
898,783 898,783 00000000000000000001a2760e8046e565322fe3929f0d7c0b7d04b2f4b52699 1.78 MB 2,756 1
898,782 898,782 000000000000000000020a5f30f838b7416641d6a536319cc3c18693616c385e 1.78 MB 2,318 4
898,781 898,781 00000000000000000000a20c7bf3c2520f89790711a54e6f31083eeb37957f4f 1.76 MB 2,872 5
898,780 898,780 00000000000000000001802ee785bdb194cefbdd0da3e6ca6979b4dcde51130a 1.69 MB 3,415 6
898,779 898,779 000000000000000000002e91935814c337e0d90c537d7040ee3a478b49fc6bae 1.64 MB 3,244 17
898,778 898,778 000000000000000000022e306c5539262b13aa47d100113fba6f537c10d4f129 1.83 MB 2,024 3
898,777 898,777 000000000000000000012d8fd6b48158d98c413cf1a6316ac6935313098f02d1 1.56 MB 3,039 7
898,776 898,776 0000000000000000000068f92eec0c9df0da560f887c92a8bcee9a5ea2dee688 1.50 MB 3,083 8
898,775 898,775 000000000000000000015a7382c0783da22f23f068d82551fa24d942c6e55ef8 1.76 MB 2,976 4
898,774 898,774 000000000000000000024462efa6de4fa7b30041237223e3ebdf9e24ebc3403d 1.57 MB 3,005 7
898,773 898,773 00000000000000000001535123ef2dee1be17e88c6fc1031c361df1013b0e301 1.72 MB 3,629 5
898,772 898,772 00000000000000000001086638673df13c1f8f5da36e2e81468c8c198f11af20 1.52 MB 3,334 13
898,771 898,771 00000000000000000000cc596f9584d422b341cfc00334124449235e906b3f94 1.62 MB 3,652 7
898,770 898,770 00000000000000000001b4708105c61fce1a2df77fc180ec0aec9c420dcfa745 1.61 MB 3,299 7
898,769 898,769 0000000000000000000035a8543d2f9dd600a3971932b6fdb59f920e0fb0ea99 1.68 MB 3,265 8
898,768 898,768 000000000000000000003db12578d3b5e1442dd1dcdba6d5651209a39dd77854 1.62 MB 3,789 12
898,767 898,767 00000000000000000000e2f339488ccd48fd620b093ad8fb7969536496d7aba6 1.56 MB 4,095 9
898,766 898,766 00000000000000000002318849f0b7b2a15eabf603981084a9d0f495ab9cc32f 1.49 MB 4,317 12
898,765 898,765 00000000000000000002046a47145b03f503bebc2e4f078d96aabce9bd1c445f 1.46 MB 4,510 13
898,764 898,764 000000000000000000008dfea4b6f461e7406670505bac0f360ef4ec68a29a16 1.49 MB 4,358 17
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.