Memory Pool Memory Pool Refreshing

7,888 transactions
10.27 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
881,827 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,252 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,826 (52 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,774 881,774 0000000000000000000251498649d257eb5b7c400c2d5a502b7b3ca423ecd80c 2.09 MB 505 1
881,773 881,773 000000000000000000019e8751e9d97a5b18b57b657d80809890817eace5e9d4 2.03 MB 1,746 2
881,772 881,772 00000000000000000002430f2d9fb280b74271bd53c934ae48bca0fea1688c66 1.71 MB 3,443 4
881,771 881,771 0000000000000000000037fabcf6721023fd9f7ac418961611bafaaf0f52554c 2.01 MB 1,078 2
881,770 881,770 000000000000000000021f3bb06d6da559808f72964d088bc9c1e4bb1a3a041a 1.94 MB 2,964 3
881,769 881,769 000000000000000000011923dfabbff84948331897ec987e097a95b2cca80ae5 2.00 MB 887 1
881,768 881,768 0000000000000000000163805468ce918ca9d051f116b6f788bf802f05cc5ba3 1.78 MB 2,360 3
881,767 881,767 00000000000000000002056880711f1a7492edeeafced7227619ca14b103c964 1.72 MB 1,842 2
881,766 881,766 0000000000000000000168f9511379bb417fcf16608c03f4c8a6c2a34825eae8 1.75 MB 2,158 2
881,765 881,765 000000000000000000003d9fddcf607bb113bd7f0c01a5376a3d503a69e82812 1.92 MB 1,713 2
881,764 881,764 0000000000000000000035935319521f4464c3302f5d05ac40114f327fe7aaf4 1.93 MB 1,324 2
881,763 881,763 0000000000000000000259e23e96174f0becd4606007cca17ac5bed7153c9c95 0.00 MB 1 0
881,762 881,762 0000000000000000000163acdd1c52581cd175e66d341050680792f9244b9765 1.84 MB 1,489 2
881,761 881,761 00000000000000000001d9415ff2e49580cd6a4b8748abeef024d72c8b6c525c 2.06 MB 2,907 1
881,760 881,760 0000000000000000000082ef682071558188e3f4804c41259a7feae2a9f41aeb 1.73 MB 2,204 2
881,759 881,759 000000000000000000021fccdf8dbeb9c0f2e05f7e02b2eb02dc94802bfe3e4c 2.09 MB 365 1
881,758 881,758 0000000000000000000185665c3f7f826150a7cd4e07acb0f2b9d8d41610d37b 1.83 MB 1,169 2
881,757 881,757 0000000000000000000130d946777cfdc310ebd386ce6d4f2e73551fb71040d2 2.00 MB 1,055 2
881,756 881,756 000000000000000000002b1ba525b5cb5863bdaad75a753a44d7c70f73bc4ade 1.76 MB 3,276 8
881,755 881,755 000000000000000000011a5ff941b21984ab3d0186b2993b04d581478e511011 1.75 MB 2,501 2
881,754 881,754 00000000000000000000d413f36d285e049b373ccf821381ad039317e2f6b2db 1.60 MB 3,330 4
Previous 10 blocks ↓
Total Size: 722.08 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: 2,026.32 GB sent, 73.48 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.