Memory Pool Memory Pool Refreshing

898 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (104,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,772 803,772 0000000000000000000126035e2dfd28a9aa81912275f0d06f9698e936ff41ba 1.58 MB 3,071 16
803,771 803,771 00000000000000000003e4d82c99ca276268f1b07b503d25c59472c23b0deb66 1.69 MB 2,670 14
803,770 803,770 000000000000000000054f46c94a9cc6113382ac384ca0db2bcf29a0e0714412 1.59 MB 2,941 21
803,769 803,769 000000000000000000020eec5d58f7097abe892421d0fd15d4939d93fb844f71 1.59 MB 3,499 13
803,768 803,768 00000000000000000002d57bc75e5020e7d0f40b7eb1440a537c5b7aaaa24762 1.80 MB 3,294 10
803,767 803,767 00000000000000000003f78a45e7c837e062cabc1814d8cafb097d620b5e0076 1.62 MB 2,140 11
803,766 803,766 00000000000000000002d116bb89549495e9a72381c177c7c088f7f093cbcef2 1.44 MB 3,247 21
803,765 803,765 0000000000000000000310679b56a99bc107ab2bbc88939b422c3d31d64e0468 1.74 MB 2,128 9
803,764 803,764 00000000000000000001499e87a7a4e9a11e9ca929fb7d2db30d466856becdc9 1.60 MB 2,424 16
803,763 803,763 00000000000000000003024db264680c7179e275326a5355b9aab8d20d12ff3d 1.64 MB 2,113 16
803,762 803,762 000000000000000000001ec4250d38f3ac09dec78b900c41e126fe9a69ebb31c 1.53 MB 3,446 25
803,761 803,761 000000000000000000043f9c6cd2c7d0394570076599d68b97ed574977b5a2b4 1.52 MB 3,425 14
803,760 803,760 00000000000000000001e44ff140e7d8942dbc424f3f51f583530938d26bd002 1.51 MB 2,880 23
803,759 803,759 00000000000000000002ce514d446faf2c65a20bbe7fc3d75366f6dd12d93aff 1.61 MB 3,201 20
803,758 803,758 000000000000000000016ad6c29fde61e853f361487565e161df3704ebc643f9 1.26 MB 2,464 36
803,757 803,757 0000000000000000000525d68f8c97067c133226608e9ddb3f43218fd78991b5 1.34 MB 2,357 15
803,756 803,756 00000000000000000004008709fd733dd40bce472b018b583fa1b0c6abd59378 1.69 MB 3,890 7
803,755 803,755 000000000000000000044111621f676e85e178f93965ae3f7b3996a24031a894 1.48 MB 2,685 14
803,754 803,754 000000000000000000025205e0eb959cd862cd0a47d54c9b04cce18a5fdbfd88 1.79 MB 4,540 12
803,753 803,753 00000000000000000001c65961eeb736ec55392d83e11bed08439b320a8702ad 1.60 MB 1,937 11
803,752 803,752 00000000000000000004b6f84ec8188369209e29f272295954a6d2d5acd995c0 1.70 MB 4,385 14
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.