Memory Pool Memory Pool Refreshing

5,767 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,669 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (497,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,777 410,777 0000000000000000061817713c601ee0b7226d0b1ef2a7bacf4e94fc2c36f0dc 0.42 MB 803 31
410,776 410,776 000000000000000002a237837241702f1696fb3ee615b3620b389057e5699aca 0.22 MB 516 36
410,775 410,775 0000000000000000019e82eb774d3256856afdbf044c4f16f34a7855d33cc2a9 0.57 MB 1,260 35
410,774 410,774 000000000000000003df36694131def5d52bbb60ebea4236a43a32957a1ca217 0.08 MB 207 33
410,773 410,773 0000000000000000013c5a9c3227aa311f5f2a37adbdee3070f0a7db9d59afe6 1.00 MB 2,010 30
410,772 410,772 000000000000000001fdd42a309bf2898c6b34a6af3be319a4f38e2edb1a0a9c 0.19 MB 454 37
410,771 410,771 000000000000000004129a4fe72b6af981a0a8524aeab60cb86cee30feb35346 1.00 MB 2,083 34
410,770 410,770 000000000000000001bba54efcf96d36fe1ee240b3b283ecbbf0e38127c8418c 1.00 MB 2,223 55
410,769 410,769 00000000000000000566023a02d45ad081b00939d1757dbed71f3d076f001c6c 1.00 MB 1,734 28
410,768 410,768 0000000000000000060f3f4216323a8d6b2d611b960089dfc42622b9db482e3f 0.36 MB 829 34
410,767 410,767 00000000000000000014b90e533384a90847e0c31099451e8826b269531f23d7 0.76 MB 1,755 35
410,766 410,766 00000000000000000286c3a98c719efad0a212cf48cbd0bad5402fe080a95cdb 0.85 MB 1,837 34
410,765 410,765 000000000000000002fd0edd14a87379e18059d73b7efdf039bd1b11b1269064 0.32 MB 712 35
410,764 410,764 000000000000000005dbeaa7cdbb94d8ecb36e0326f6533e8f609fa4601a99a2 0.19 MB 478 37
410,763 410,763 000000000000000003515aab79843b5bf96b3af14025fdd3fb0451e6369e4b84 0.11 MB 269 39
410,762 410,762 000000000000000005f30a0b900567a384d9cc53aec1ff2d08fd22f042b44597 0.90 MB 1,185 25
410,761 410,761 0000000000000000003933f60c360f257b0a1ebf6cf3be893adbcc76ed0e3d0a 1.00 MB 2,074 28
410,760 410,760 000000000000000005aea2d81ec52f77bcec4499647b4bda8db44f11d16d9195 0.99 MB 3,189 51
410,759 410,759 00000000000000000145c3494b92d9e89cdfc3e67520b88816055881d4761d98 0.08 MB 224 41
410,758 410,758 000000000000000002e42b8a3233726c9088deb872ddbd72e7d097b8d65f4ceb 0.78 MB 2,003 37
410,757 410,757 000000000000000004974af1f6588617f7a93a4c4d97446f767c0d8bc6b7079f 0.40 MB 717 29
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.