Memory Pool Memory Pool Refreshing

2,453 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (170,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,979 736,979 0000000000000000000409827a832430a3796bbf27fd67b3b5c27873e8cb031a 1.46 MB 3,116 22
736,978 736,978 000000000000000000085bc9d1e17e52e7f4ce98c70c4132d200162915c714c3 0.15 MB 297 11
736,977 736,977 000000000000000000085010f4b3ccf5738bc3a5a09e20d4fef9959d8acaa7bf 1.63 MB 2,824 15
736,976 736,976 0000000000000000000599fb250b6a1124affb5b48302002563eca0e44a3c295 1.60 MB 1,360 4
736,975 736,975 00000000000000000005992b751fb60b252c71fe7baca3450cd7ec349d8b3e70 1.69 MB 2,475 3
736,974 736,974 00000000000000000000d106c44a84b9dedf3aa27919875a12f3aca0fe57bf93 1.57 MB 2,727 13
736,973 736,973 00000000000000000008f5cf9329ae4897bcff2b6507fecfb7f66c4377cfc10e 1.53 MB 2,075 14
736,972 736,972 000000000000000000089a1fc2f6347dacaba035e2155a8786cdcbb7493a952a 1.37 MB 2,681 16
736,971 736,971 00000000000000000001b9344b52cf50fedcf916d5933f36695f4b15df88f558 1.82 MB 2,122 21
736,970 736,970 0000000000000000000150509078c21e8994a2d36e5176c1704fb9138992b698 1.34 MB 2,756 22
736,969 736,969 00000000000000000000f6cbf1d34af045fdd5527972d924171a271a937e6ba3 1.40 MB 2,932 24
736,968 736,968 000000000000000000056d46110dfcff75307baacd13675e3e3400f5e5c1f32e 1.62 MB 2,673 11
736,967 736,967 00000000000000000000d5493627ec2a38eb13d7482b8d02b02a06e7b99df961 1.50 MB 2,897 15
736,966 736,966 00000000000000000003d33f63a9636af52e6c69dba2c3b359579c578f8ee367 1.74 MB 2,046 2
736,965 736,965 0000000000000000000055b73c37283e09097d9ab554eaa9442940431fcc43a5 1.61 MB 2,589 16
736,964 736,964 00000000000000000007919982707a97c32bc167e0fe878e84cf8e8f1e18b317 1.70 MB 1,496 6
736,963 736,963 000000000000000000030b17fde538b17a665f8b51116b5abc7fdb745ec675a4 1.63 MB 2,839 10
736,962 736,962 0000000000000000000363fe0c82c5569532aabbd367829a33fe65d2e55d696f 1.51 MB 1,727 15
736,961 736,961 00000000000000000008517a84106e634c7e879a7bf41a568861d8ae8de53321 1.31 MB 2,020 20
736,960 736,960 000000000000000000079301357357f03023d13487005687bc2714de067b9aab 1.71 MB 2,655 11
736,959 736,959 000000000000000000012a9bf37ee141603fe8e3862c173c7f6ab91379852e83 1.71 MB 2,797 15
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.