Memory Pool Memory Pool Refreshing

10,101 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (45,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,529 862,529 00000000000000000001f3dbd66fbf2251285621303aa2a826570ac2e365c80f 1.72 MB 4,157 8
862,528 862,528 000000000000000000021f0957ad4b845876735c39f206411b2b32548e2f0f50 1.63 MB 2,785 5
862,527 862,527 00000000000000000000c0cf7303ccc2378aa90910def38a3a6cf8c5bfa8ca7d 1.61 MB 3,993 6
862,526 862,526 0000000000000000000169a51ef2085e28df00611fb1ddf320380577d3c2d33b 1.58 MB 3,272 6
862,525 862,525 00000000000000000000f9892b8210cc52b3f71c1f37ffcfcecc2dab746b6084 1.74 MB 2,456 4
862,524 862,524 0000000000000000000164dcfef37624f2cc6b177032bbca57631285c2cd0267 1.72 MB 1,811 3
862,523 862,523 00000000000000000000d3ebbca24c44745cfa14153e758d29af82275e00c00f 1.54 MB 3,238 5
862,522 862,522 000000000000000000002f472084e31b0919e772e807bd682ebd7eb77295a999 1.68 MB 3,331 8
862,521 862,521 0000000000000000000290e0fc166788caa9d1a9964ab2746bf30b1c90ac98fb 1.79 MB 1,576 3
862,520 862,520 000000000000000000027255cbe5ad3843dc4d5189df776536b1c89ba881c277 1.71 MB 2,823 4
862,519 862,519 00000000000000000000d95e665032639bb1999192bfbe1cc600d52c0d22dfba 1.60 MB 3,934 7
862,518 862,518 000000000000000000014556f6f19e3371bfb6699a2d0443de9239793ac8750a 1.80 MB 1,534 4
862,517 862,517 00000000000000000001d5bd5f5a2731ae04b7a04f4afe4532096b2e84461dad 1.70 MB 2,721 5
862,516 862,516 000000000000000000000d99b921a081c951c79556fe9ca2f5dc55a0f6a0d46a 1.65 MB 2,657 5
862,515 862,515 0000000000000000000087d482f3294da564ce382e88c20a2a7aea5bbabeafad 1.61 MB 6,766 2
862,514 862,514 0000000000000000000269831e2ce08a8291be1bd8586b0cbfb28068dfaac1a1 1.58 MB 4,697 3
862,513 862,513 000000000000000000011902654619ee70e0bb5fce8c603a6daca3d7db5b3086 1.72 MB 4,398 3
862,512 862,512 000000000000000000004e121fc2f9dde34221ced3186086ffa4a0653cc75e4f 1.60 MB 6,713 2
862,511 862,511 00000000000000000002197a416105d6b211ae36478eb703a4db7becd09020ac 1.62 MB 4,638 2
862,510 862,510 000000000000000000015589af69b7e1f03f73649066d957ec00bd0812096f22 1.88 MB 2,156 2
862,509 862,509 00000000000000000001a8143d8e9246936ec402ec24f7c9322f188c14b7543e 1.69 MB 3,591 4
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.