Memory Pool Memory Pool Refreshing

9,764 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (188,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,667 719,667 0000000000000000000650a1d48c4631cb4e5150eb2b441270ec329ad6050691 1.47 MB 2,639 24
719,666 719,666 0000000000000000000b7be6a2d174cd8e003ff96a22400bb368af87be153d9a 1.57 MB 2,501 13
719,665 719,665 00000000000000000001e4e473e6aab55c0ac9dbeba86fe81695c24e67022cbb 0.80 MB 1,206 8
719,664 719,664 000000000000000000058c7a66aab64f463b257ddb2106c4ce004c32ba8d863b 0.17 MB 458 9
719,663 719,663 00000000000000000003f5b80a2db6fac4df57ba0a739d71d86cca5005e4edcc 1.15 MB 1,865 8
719,662 719,662 00000000000000000003065816e43cd1195e6df1f5b9aa26c0c30461894b7d1f 1.14 MB 1,215 3
719,661 719,661 000000000000000000046e686e2786256a9cd43dc06b7c1c1f9675672e498100 1.48 MB 1,805 6
719,660 719,660 0000000000000000000a78bd573cb8efef199d9e5ffdc6684b8d1f5bc0fc613f 1.11 MB 683 3
719,659 719,659 000000000000000000014b1e38c97e3301db75c7354a2d29f048b8e9d5db3546 1.41 MB 2,957 2
719,658 719,658 0000000000000000000405ab56afeec452ebf6f6ffd9585c5cd04861ce52f6fb 1.49 MB 2,982 13
719,657 719,657 0000000000000000000a9a0b9b705bd9177ed715b2caf1bf9861cfe6d634a3dd 1.58 MB 2,998 8
719,656 719,656 00000000000000000007847a3f2de021b23970da0e341ad7d6d243834d1bfee4 1.55 MB 3,526 6
719,655 719,655 00000000000000000003f1496088561b9f79fe0d88fe9cef7318fec778e2d765 1.57 MB 3,142 6
719,654 719,654 00000000000000000007405d103e0171af8daef44fd5a64a81e48150eb575ecf 1.57 MB 2,583 8
719,653 719,653 00000000000000000004ccabafb572d58ce0c38756115162ff70a6ef4ce4d09d 1.42 MB 2,848 18
719,652 719,652 00000000000000000008f24dc425c1189b682495b6d286f12b9944691f759b97 1.69 MB 2,708 6
719,651 719,651 0000000000000000000661ad36619f6a1d29c5f9c0eebe3ede9e4f3d16e52037 1.46 MB 2,803 16
719,650 719,650 000000000000000000033f8159b3f7f5b9533987ed94496d02aa2d2c26aa1f13 1.46 MB 2,888 19
719,649 719,649 0000000000000000000119c333132a25b3d028e4080f8085be78ba9616cfc7b7 0.77 MB 692 1
719,648 719,648 00000000000000000006384b32f48f58452c220180bd4fd544af9d327f379f2c 1.57 MB 3,275 6
719,647 719,647 00000000000000000005e7e5a6ea8b8e1f54cee4e2371f8751ccef12d58140e0 1.52 MB 3,065 4
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.