Memory Pool Memory Pool Refreshing

5,282 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (78,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,089 829,089 00000000000000000003548adf6b8b1129f4af8440ed7bc46b13dd6535ac1b20 1.15 MB 301 25
829,088 829,088 00000000000000000001e39149129dd2068a1b46babb310b1b5f8217588ba243 1.32 MB 995 37
829,087 829,087 00000000000000000000b2c5d5fe62433bcb2ff60903b474cb850f51c3b1e694 1.09 MB 654 27
829,086 829,086 00000000000000000000dc8f4a6ea9f3b73b9ae409bc68962bbcd0eabb6447b3 1.21 MB 502 27
829,085 829,085 00000000000000000001f5b123fdbd96f8345d4fe0964e3a4259645c895ad3a3 1.07 MB 549 27
829,084 829,084 00000000000000000000e07af038e7f2d0c356c057374d2dd7636236c8b8922c 1.31 MB 1,160 33
829,083 829,083 00000000000000000002965e1699e7db065bb3161ac5889647c8eb0bcbda922a 1.82 MB 2,541 49
829,082 829,082 000000000000000000009729dfb534e1391763f3a4395ee7959823e432afe313 1.48 MB 1,598 26
829,081 829,081 00000000000000000003b46a3738b800f7107b54379fbf455cb4891907fcdd89 1.66 MB 2,592 72
829,080 829,080 000000000000000000020aed9340944484b1ec21c4b5d9051b8f3b14acf2393d 1.06 MB 454 26
829,079 829,079 00000000000000000001f5041e54b5a2ec3b35d4ffdf94937ca9bf42a4f36107 1.62 MB 2,517 38
829,078 829,078 00000000000000000000382ba7970b54acfc200756160300f8df5530ed963cff 1.65 MB 1,985 29
829,077 829,077 000000000000000000008652dbb0bb11959a5cd2e96874febcbedbe8ee144a76 1.62 MB 3,048 69
829,076 829,076 000000000000000000031c4cde01931bc16fc2f7570884fc58c8360160717084 1.77 MB 2,254 26
829,075 829,075 0000000000000000000128c8f01ba247241d9cff0b77aa229bf6b70eaa71f677 1.55 MB 2,082 41
829,074 829,074 0000000000000000000008ad502463dc1dd0994eaf66ae323df57a4f33894499 1.71 MB 3,166 78
829,073 829,073 00000000000000000000af1195e3657e6b4a0cd3df64bb843b996089e6724d2e 1.74 MB 3,133 51
829,072 829,072 00000000000000000002e57f4c6d586337d1b56b99c882ed44ad10319c845b4a 1.59 MB 3,287 71
829,071 829,071 000000000000000000006de18258faea55253e3752927056ef698eb1cf379125 1.72 MB 2,871 41
829,070 829,070 00000000000000000002d22b3c305e3d50618b048cfcacd3bb6ac64d8d71b5c6 1.60 MB 3,279 67
829,069 829,069 000000000000000000036f9cc48b0feb9884659c60275bb5c0b85b91ee6a7f52 1.58 MB 3,315 42
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.