Memory Pool Memory Pool Refreshing

2,905 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (611,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,398 296,398 00000000000000007aa266dbfc48131e393d2a71cda381f4366789ed163052c3 0.50 MB 379 17
296,397 296,397 00000000000000003759e5dafe3e5d27061ad188d5429d579ae4a86adb5497f2 0.35 MB 334 17
296,396 296,396 00000000000000005376d4b5fbd58c586b6d0cceb1132e0dadfac4c9591ac99f 0.42 MB 1,024 57
296,395 296,395 000000000000000098eb82efe51f8d64e621ee766f6aee93220e03d3c2d09a88 0.35 MB 905 45
296,394 296,394 000000000000000003dbd4057ecd7bd8dc8fec45a7f8d7fdd205f72055432b02 0.23 MB 552 34
296,393 296,393 0000000000000000157787dc8cfd14851e261d5249b3092864a5251c1025e9d5 0.12 MB 278 40
296,392 296,392 00000000000000006ef39cf81096625b72b69b56ee3add95ff3bb645870d149a 0.31 MB 393 24
296,391 296,391 000000000000000052faef891faaf9433049ab35f7c15455aad690cbfc2187be 0.35 MB 1,045 45
296,390 296,390 000000000000000080e76368b6f6e6cad7542809ec16eb6b271df0a29ec25a12 0.35 MB 591 30
296,389 296,389 0000000000000000072ad87cea5509b0a325ff1e0256b2a2ed22a75b5a24447e 0.35 MB 578 34
296,388 296,388 000000000000000082f5272077361a3e11676f52dbb4f43986af17f04e5efa37 0.25 MB 473 27
296,387 296,387 0000000000000000727954fe2aa26be5141fe7d205397f42aa6d51c96c533069 0.00 MB 1 0
296,386 296,386 0000000000000000252f22741b8b473a07696874249021182b710442675ec1d0 0.50 MB 1,456 50
296,385 296,385 0000000000000000526e714822c9184c3b02809431a927ebbbb5c3e317fcfa96 0.02 MB 24 26
296,384 296,384 0000000000000000502cf60c06792779ffafa036d9fa5606544b1f3f711b4e2b 0.38 MB 445 17
296,383 296,383 00000000000000004308a92f074b3beab6e0f54c8f837998f3c3f214b8ff4df0 0.20 MB 512 44
296,382 296,382 00000000000000004d8743f4a576147497a92f61c2b44841d7ce595829f563e7 0.35 MB 989 50
296,381 296,381 00000000000000008f42cd1481ead67322a0c1c62c7a8bf3de005c09edb07d67 0.24 MB 152 16
296,380 296,380 0000000000000000243db8975ce86657e553988288f85def86f4b4a30c268b13 0.35 MB 650 45
296,379 296,379 00000000000000003d94b19510c872c4e968cdaa4e64bccd3808049757f039cd 0.42 MB 840 40
296,378 296,378 00000000000000008deeea170ec278355d08ccdbabc59fa5e7c7008c5589ef8d 0.25 MB 780 91
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.