Memory Pool Memory Pool Refreshing

5,412 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,748 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,747 (865,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,107 43,107 000000001a24d0b5e414f762c5a3075d137fe65245b445e01af1f4b329712405 0.00 MB 1 0
43,106 43,106 000000002d85e581eff86f8402741bab5873736e8cbe7dedf2abe068d476d70e 0.00 MB 1 0
43,105 43,105 000000003eff9f71ea73fdd1047ec1a6a5043e8fa7352e20c5565624178cc049 0.00 MB 1 0
43,104 43,104 00000000067bd6d37dead322985f8e4895d3816d301a680512612aa5b5d46b03 0.00 MB 1 0
43,103 43,103 00000000210293b9fa39f53afd957deba4e0378ec08b21c718260ebd7ccf1d5b 0.00 MB 1 0
43,102 43,102 000000000027a87bd7cd15f2ddb49544878778b442e5cbe761c1600b56051204 0.00 MB 1 0
43,101 43,101 00000000313a8aec634d9d5abc23d85ad39abdcd0db738960a8d4fb1fa2a3c0b 0.00 MB 1 0
43,100 43,100 0000000004f6ac12474a1e25352cc13c427fceb6f58307f0ca928f096d0f0f9e 0.00 MB 1 0
43,099 43,099 0000000028926475d2cf5ae002e51cffcc59eeed28daf826daf85ee2dd1013c5 0.00 MB 1 0
43,098 43,098 00000000030c2defed1e368750cff3d8d17180b26cfb26b64cc3e26ec944a0f7 0.00 MB 1 0
43,097 43,097 0000000002207d181e2b33f71fd3febfc9be0b9e41d04577f20a871657f83cc8 0.00 MB 1 0
43,096 43,096 00000000164e0a614441e2890aab8bb2fa5e8ab1d9b57d0f4be10bbc31887c38 0.00 MB 1 0
43,095 43,095 0000000036e95686e9162f9a1cb6030a7ba9a61d432edf538ee29cad92b8bf4b 0.00 MB 1 0
43,094 43,094 000000002a59c252078acde5cf8cc8efb01ad6b20f4cc22de3d6f985d1686e27 0.00 MB 1 0
43,093 43,093 0000000027494ab1ab7eb278ff42298c81c72337a88912d88448f608f56629d4 0.00 MB 1 0
43,092 43,092 00000000277af9b94cb011cd545cd9ff157c0e848d64c830a3dc4f8c4ed09aca 0.00 MB 1 0
43,091 43,091 000000003f356c8761c2955f9d1f80ff83c0627fb0f7ff6e847dddc487e62369 0.00 MB 1 0
43,090 43,090 000000003bbb034f3bec94ee0c6b3a312ebd3157e05c21f445bf25a7923fc737 0.00 MB 1 0
43,089 43,089 000000001014fb9beda0222b0591901877a5ae11dea1e775a30f3008fdea39c4 0.00 MB 1 0
43,088 43,088 000000001c8f5ef5cd3abc9b84c23eb30920b54aba3eac3063c6f31c2d2ec9dd 0.00 MB 1 0
43,087 43,087 0000000020646a90972f29649e25a401eb320d12cf8c63258b7c5e3453982fdb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.05 GB sent, 102.47 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.