Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (685,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,675 222,675 0000000000000223ce0e7a190132952442851f1ed4cf98063195894ba8e96807 0.02 MB 62 252
222,674 222,674 00000000000000f82d48acf9e06c877722e8ca08a5e07f6d32359d21c8a5ad62 0.18 MB 413 186
222,673 222,673 000000000000010d697604b1b1adf93b924784f3c29cd10067b8b11ce27cf37a 0.00 MB 10 283
222,672 222,672 00000000000003d83772bfef70c62a6e99c48f3910e7577c9653a2d5219c7d52 0.11 MB 164 75
222,671 222,671 000000000000006abdc73634e17f85a4c5f3aa09a065f6339629fd0337eeb1b3 0.07 MB 97 137
222,670 222,670 00000000000003e4dfbce3253aa62fc8d154f5be84c7d1d88f1c2c830876188b 0.18 MB 441 194
222,669 222,669 000000000000030d2809a1fbb7728dd846c284d76ab862f09303db1da7a1b870 0.10 MB 190 165
222,668 222,668 00000000000001b6116d83bfb6fa4e35c5770c3508e1f8d7a6debb18f826dd19 0.04 MB 120 15
222,667 222,667 00000000000002059e6ec19ec0ec29e903b6d625e490288f3fee9459616078c8 0.14 MB 317 188
222,666 222,666 000000000000007e1a18f779fcb5c81bd676b5c1ccffeec7973cf7e5ee986a71 0.13 MB 262 182
222,665 222,665 00000000000002c19323a5f2cf7fe68d2727956f6820a2f7edd24a068f4e482d 0.10 MB 87 82
222,664 222,664 000000000000042f11788f9d2ff3ae77b8e639820a48a799562797e1717541be 0.25 MB 614 178
222,663 222,663 0000000000000410953c6e459a9cf6d27d2a325da1c71116add9cbed1ce9b7a9 0.05 MB 118 160
222,662 222,662 00000000000000be0237e8350b50cef26ee501147efd0d38ae004042ace7349e 0.06 MB 105 150
222,661 222,661 000000000000033b7dda467b3dc73fe4f51da01556112144c8e6d00364b6d048 0.22 MB 537 201
222,660 222,660 00000000000001a847c3b72e1bd59a54a55fed7f0954e9cd90f93c3c56bd2953 0.09 MB 167 155
222,659 222,659 00000000000001d132646bf34fa36236274c418b1463665fde3dd76a5b95a488 0.15 MB 315 172
222,658 222,658 0000000000000375fd4e5605882128bdfcdf1b22b187e39402b8569a8a24b6af 0.16 MB 290 150
222,657 222,657 000000000000018c9970e40c2ead4dc2cacfacdf4626395eb16b55046f1d38e6 0.01 MB 19 246
222,656 222,656 0000000000000155f5354199fae138dbfb6a580586d550fbd09beb3bdeebf071 0.20 MB 336 158
222,655 222,655 00000000000000fdbb11ef1a37b5dfaf5e1aed96e607f521f292391a9613c319 0.25 MB 642 191
Previous 10 blocks ↓
Total Size: 769.24 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,634.95 GB sent, 94.10 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.