Memory Pool Memory Pool Refreshing

4,075 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
899,822 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 525 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,821 (7,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,779 892,779 00000000000000000002381eeb924a3c37263c9bdc9b556da0868a97aafa333a 1.73 MB 3,951 4
892,778 892,778 00000000000000000001d99b38ae18955703c4c85510a828bc3b9ccf6e1069b8 1.72 MB 3,711 1
892,777 892,777 00000000000000000001326b6ad28e1d49fe0fab0ad7dc96f622c47c9361fa70 1.78 MB 4,525 2
892,776 892,776 000000000000000000020e200f3e1cde210aff1ed44da0b0b49b4c897af9b9ea 1.91 MB 3,970 2
892,775 892,775 000000000000000000001f4f2e4b4723334d7bcb57d979e4bc71bc50251dfb41 1.67 MB 4,233 1
892,774 892,774 000000000000000000006fe0a3593dea7bc05f83da67b45de9156dac820917fa 1.97 MB 4,253 1
892,773 892,773 00000000000000000000665cc86e5b11b7abf1726dee812d19f777172ee4e361 1.72 MB 4,486 1
892,772 892,772 00000000000000000000aafe60b46fd306b41c990b07a10b4058ea65cf606a8c 1.75 MB 4,605 2
892,771 892,771 00000000000000000001ccde921234150558cd82408cc12ce3262fb685d4b778 1.83 MB 4,613 2
892,770 892,770 00000000000000000001df1b901347bcc7deb017e136ecd28732e045c0f3d697 1.45 MB 2,915 5
892,769 892,769 000000000000000000007c02f79653e54e7780e6c4aea3f3b94e0eec86e55883 1.69 MB 3,893 5
892,768 892,768 00000000000000000001186e976a6c6555412e8334a3a1953fff2b134e709ab4 1.61 MB 3,878 4
892,767 892,767 00000000000000000002102a126d9eac32675d14b7ff3cfc637f073f2d71abd6 1.52 MB 3,135 2
892,766 892,766 0000000000000000000023e0eac1866356b876ffd233e509536d1321e3dce47a 1.65 MB 4,300 4
892,765 892,765 000000000000000000022134c7f2df92cc52fde1eb4673c3ab0940d1b1528eb6 1.77 MB 3,944 2
892,764 892,764 000000000000000000014904273a936b7973b92754d4501af50012992250bcba 1.76 MB 2,404 1
892,763 892,763 000000000000000000008afba0d45e379aca580cd4e2335a7e7c0169fba132e4 1.77 MB 3,662 2
892,762 892,762 00000000000000000000933f6510e493ac0e62d4bbf77844923627f62137bf19 1.59 MB 3,608 2
892,761 892,761 00000000000000000000ed6eb2317f7750bb99f3c692223788a721802e2d4aee 1.75 MB 4,545 3
892,760 892,760 000000000000000000021cc0fc24cc9c36be29185bbe4a13ab1f2092628a91b6 1.63 MB 3,963 4
892,759 892,759 00000000000000000000ec521dfd75b17bf8b1a0686ad296f12ac8e9b25b82ba 1.79 MB 3,374 2
Previous 10 blocks ↓
Total Size: 755.69 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: 536.62 GB sent, 26.86 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.