Memory Pool Memory Pool Refreshing

17,484 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (739,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,701 168,701 0000000000000a2b9eeb24812e6a059df30d8317c7995272b0b10305dda49bf4 0.01 MB 40 50
168,700 168,700 0000000000000401e949d05918d018469d3131a6d6bef15e386ec75e6590f4ce 0.02 MB 46 123
168,699 168,699 00000000000006afd50b877f90de0bac63a461d8af053d0eef8792f05bc2a46b 0.04 MB 82 58
168,698 168,698 000000000000068c18082dae6e175f77beff5c25cb642c406b0f773e275c518d 0.03 MB 68 122
168,697 168,697 0000000000000110f1799d055d669b87a7377646fdaa4aabf431afee05371940 0.05 MB 69 139
168,696 168,696 000000000000042fada4763307a5a643c63786c8cbce47ef7d00a63ad3331f57 0.00 MB 5 120
168,695 168,695 0000000000000aa72f3f65d93a5875d7a930c42f6df5148da5f47caa67501490 0.01 MB 16 201
168,694 168,694 000000000000046a1cea073d1135c0750e5cb75fd92198507c423130e9e2e260 0.00 MB 1 0
168,693 168,693 000000000000030d3dc5f52a240feeb167b0382e7c4d6f3f58c2f841e6f7f8b2 0.02 MB 45 624
168,692 168,692 0000000000000552dcf9a0494d969a18b9ae7af0cc2e7aff8a82b54ad14f8c27 0.01 MB 19 133
168,691 168,691 00000000000009c94c884f511377f8ee790e108a66f977ecfb5035ec741c7df1 0.02 MB 28 24
168,690 168,690 0000000000000bd35884d2b34bc17c91dd13439ed5ca51083e2f8f89577263f8 0.02 MB 49 110
168,689 168,689 0000000000000494ddd48f84a9851766573f07c7770d1cd75842e9c3b0a161b2 0.00 MB 9 16
168,688 168,688 00000000000008b17bd1a758c8991b4a33ae1e31cf85ed314179d75864313e00 0.01 MB 35 0
168,687 168,687 000000000000031e08a425ea650454607e8cebe4a1950128f7d269933456105f 0.02 MB 47 68
168,686 168,686 00000000000009885595721a0b7ebd4a253bace5a47bb50e683bf386f83c97a4 0.01 MB 11 119
168,685 168,685 00000000000002fbfe2053c163dc95d2ae35729fa3e3d4555b5f90fdcb68fdc5 0.00 MB 11 67
168,684 168,684 00000000000005e856feb18d1a3c11d59457f80749d43630e893aac2c1b71ff8 0.02 MB 64 0
168,683 168,683 000000000000037a05e0982d17800d26d6e81f9146f47bf4996a34dcbd3308c5 0.02 MB 28 37
168,682 168,682 000000000000042ca6952f5e9427a9a65ff4c9642b735414cec2faf1479296ef 0.00 MB 11 36
168,681 168,681 00000000000005e8457099baa2e9ddf3a70ccee84bad90749b5c357ce7e7a7ec 0.02 MB 69 31
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.