Memory Pool Memory Pool Refreshing

3,756 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (711,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,392 196,392 000000000000038316a374db4d68d983129bfb6bc0949cc4fed0e476d96426f8 0.04 MB 78 155
196,391 196,391 00000000000001edc884729af7bb0f4b5b64a0e9bb3e6e3730cd91c27fab961e 0.02 MB 45 143
196,390 196,390 0000000000000380085d3a80eaaf02da730c99ec87ba8027a22beec58a76948c 0.05 MB 121 89
196,389 196,389 00000000000006c37a9db29b1473598dca34c112f0bddb03adba822e82f85545 0.24 MB 612 577
196,388 196,388 00000000000001a74b99145cd00f99e2cd6552460cc033687f81297ae335827d 0.00 MB 13 631
196,387 196,387 0000000000000005157cbe71c956a5364f749be71d43fd60248093eac565929b 0.10 MB 256 282
196,386 196,386 000000000000039ed1238b2a01969bfe088314c95b22b4bb25f3d53956b0a576 0.00 MB 12 46
196,385 196,385 0000000000000486c56f8891d26f438f911016a4a0d00fa66321a57bb4dcd4a0 0.01 MB 13 67
196,384 196,384 00000000000003e7959013acfb1923cdcedadef7b86f88d6eba7e9a265a0342d 0.02 MB 70 5
196,383 196,383 00000000000000249626630383cb5547b5e933c68bb982c158955df8ed35f1c0 0.18 MB 449 139
196,382 196,382 000000000000047927da95998049121bf962ab5a407ae23a7ba67f75bbfa8241 0.11 MB 256 637
196,381 196,381 0000000000000365636358a6cb56e90f079b4b4f2ccd7e0991dfd8ac3df0b8ba 0.07 MB 256 556
196,380 196,380 000000000000049a895c6e1277c81521b9af1ebce0cc6dbd8aaedf75e75aacad 0.05 MB 144 106
196,379 196,379 000000000000069e1fd752631f521c7113d1aa78a9e55f53a26ac347b4f3f73d 0.11 MB 277 120
196,378 196,378 00000000000003e98448771e614d5d774cadc187b79f7e7d57d40d613228135a 0.01 MB 17 39
196,377 196,377 000000000000016dd50435f01ce816190774189d5e0b54a40b78c104cafc9bf6 0.01 MB 23 182
196,376 196,376 0000000000000510b3b31d9757b2a08545526142bf585bd7ababceb8ac129c0d 0.18 MB 388 129
196,375 196,375 00000000000004630218cdff1b503839c96a09dbe09e604c8cf121d3c6b9690e 0.00 MB 7 30
196,374 196,374 0000000000000589f6223a22d7a8ea61bbc36c6a1eb21b4367400b0a21a19251 0.01 MB 51 7
196,373 196,373 0000000000000527da1cd3903a45f19c4b477fdf4fcc44380395ede861ffe239 0.16 MB 298 117
196,372 196,372 00000000000000b40b1f839e55a5e0ef3ecc6c49d3a41a8faa5a4dcb05c88ac8 0.08 MB 128 79
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.