Memory Pool Memory Pool Refreshing

5,071 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (230,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,254 677,254 000000000000000000092d55d73e96df0c923997b819971454b0582d70e13fae 1.20 MB 2,220 10
677,253 677,253 00000000000000000005e372d6772bd237412beb62e630225bfe624a1914078c 1.52 MB 1,765 40
677,252 677,252 000000000000000000019ca08996b2cd4e7d3b8d59c60152d5e7276f3d553ac8 1.29 MB 2,508 80
677,251 677,251 000000000000000000077247f3d60cbbace9b78a82e722c90e0d06b04ccf5594 1.53 MB 1,725 56
677,250 677,250 000000000000000000070f7fe2c8ab0abde950e0f691cc728f16868ede96bd95 1.32 MB 1,230 69
677,249 677,249 00000000000000000009b7fd5988bb7f5ec40be294b7c002ddd03dc23ff42375 1.30 MB 1,805 24
677,248 677,248 000000000000000000076cf101f231bd8c6829f464983a2fdec06f6a2766815a 1.23 MB 2,408 30
677,247 677,247 00000000000000000002cb6f69e5bb62c0d2a27680fb71aa9dacdfe0c36f0e9a 1.35 MB 2,212 37
677,246 677,246 0000000000000000000b9451aef5bd52deb69da0f35b038431ad1467c1e486d4 1.18 MB 1,606 62
677,245 677,245 000000000000000000054b3a5bf81d2b50754e889bb7f89aefec0072b0bda793 1.39 MB 2,156 85
677,244 677,244 00000000000000000000844224d54668f21355c77a4dc127e6d1f27533841cad 1.35 MB 2,377 90
677,243 677,243 00000000000000000003ad9c765bfac55f6e79e9bf0bdec89e846f9ddd9e5d85 1.41 MB 2,339 62
677,242 677,242 0000000000000000000914b66e6eb7d11ca3ef24f3481c61f809cb4569c6fe50 1.25 MB 2,027 81
677,241 677,241 00000000000000000000048bd75d086993cac59c39af1aa8be455908878a3c1e 1.11 MB 914 73
677,240 677,240 00000000000000000001796f26dcf9fa412f7415dcb291c286dd11102a0b6b13 1.17 MB 465 10
677,239 677,239 00000000000000000000b4b7c5074120d01c8baaf0d84197be194bb35f8c3613 1.23 MB 769 15
677,238 677,238 0000000000000000000c0acb95aac3b090eb0d709efe0a86137582a62a7b173c 1.40 MB 1,387 30
677,237 677,237 00000000000000000006cecaf90fb57fe07778729ab0d0025c3b544606671c95 1.62 MB 1,063 20
677,236 677,236 00000000000000000006a1441b37aea94634fdb586da468bc92cf3de90a0d242 1.56 MB 1,584 46
677,235 677,235 000000000000000000070387ef6f9eb08408577f4c168b3795efc3f6a612cc11 1.39 MB 1,242 28
677,234 677,234 00000000000000000001d1a517d74ad32e38e9388ee7785a0e1d21576c241004 1.30 MB 1,827 15
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.